Home
last modified time | relevance | path

Searched refs:_tx_linux_thread_suspended (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/ports/linux/gnu/src/
Dtx_initialize_low_level.c52 static __thread int _tx_linux_thread_suspended; variable
399 if(_tx_linux_thread_suspended) in _tx_linux_thread_suspend_handler()
402 _tx_linux_thread_suspended = 1; in _tx_linux_thread_suspend_handler()
404 _tx_linux_thread_suspended = 0; in _tx_linux_thread_suspend_handler()
/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_initialize_low_level.c58 static __thread int _tx_linux_thread_suspended; variable
391 if(_tx_linux_thread_suspended) in _tx_linux_thread_suspend_handler()
394 _tx_linux_thread_suspended = 1; in _tx_linux_thread_suspend_handler()
396 _tx_linux_thread_suspended = 0; in _tx_linux_thread_suspend_handler()