Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/ports/linux/gnu/src/
Dtx_initialize_low_level.c54 static sem_t _tx_linux_thread_other_wait; variable
397 tx_linux_sem_post_nolock(&_tx_linux_thread_other_wait); in _tx_linux_thread_suspend_handler()
419 tx_linux_sem_wait(&_tx_linux_thread_other_wait); in _tx_linux_thread_suspend()
437 sem_init(&_tx_linux_thread_other_wait, 0, 0); in _tx_linux_thread_init()
/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_initialize_low_level.c60 static sem_t _tx_linux_thread_other_wait; variable
389 tx_linux_sem_post(&_tx_linux_thread_other_wait); in _tx_linux_thread_suspend_handler()
411 tx_linux_sem_wait(&_tx_linux_thread_other_wait); in _tx_linux_thread_suspend()
429 sem_init(&_tx_linux_thread_other_wait, 0, 0); in _tx_linux_thread_init()