-
Notifications
You must be signed in to change notification settings - Fork 867
Open
Labels
backlogThe issue or feature request has been added to the project backlog for prioritizationThe issue or feature request has been added to the project backlog for prioritizationdiscussionFlagged for discussion during the weekly team meetingFlagged for discussion during the weekly team meeting
Description
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 prioritizationThe issue or feature request has been added to the project backlog for prioritizationdiscussionFlagged for discussion during the weekly team meetingFlagged for discussion during the weekly team meeting