Skip to content

Calling threadX APIs while interrupts are disabled #437

Open
@ashwinmalaviya

Description

@ashwinmalaviya

We would like to understand what could be issue if we call below APIs when global intrupts are disabled.

tx_semaphore_get() //with infinite timeout
tx_event_flags_info_get and tx_event_flags_set
tx_event_flags_get()/ with infinite timeout

as far as I know, other RTOS do not allow the same(they don't allow the OS calls when interrupts are disabled) but in threadx I don't find any documentation which talks about calling threadx when Int are disabled

it would be good if someone from the community provide any guidance.

thanks a lot..!!

Metadata

Metadata

Assignees

Labels

backlogThe issue or feature request has been added to the project backlog for prioritizationdiscussionFlagged for discussion during the weekly team meeting

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions