Hello,
Does ThreadX provide any APIs for disabling/enabling the scheduler, without affecting the interrupt status?
On FreeRTOS, we have vTaskSuspendAll() and xTaskResumeAll() APIs, so I am interested in similar behavior. I see some internal handling being done by ThreadX with the help of _tx_thread_preempt_disable and _tx_thread_system_preempt_check(), but I couldn't find any API exposed to external modules.
Thank you,
Valentin