Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/ports/linux/gnu/src/
Dtx_initialize_low_level.c53 static sem_t _tx_linux_thread_other_wait; variable
396 tx_linux_sem_post_nolock(&_tx_linux_thread_other_wait); in _tx_linux_thread_suspend_handler()
418 tx_linux_sem_wait(&_tx_linux_thread_other_wait); in _tx_linux_thread_suspend()
436 sem_init(&_tx_linux_thread_other_wait, 0, 0); in _tx_linux_thread_init()
/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_initialize_low_level.c59 static sem_t _tx_linux_thread_other_wait; variable
388 tx_linux_sem_post(&_tx_linux_thread_other_wait); in _tx_linux_thread_suspend_handler()
410 tx_linux_sem_wait(&_tx_linux_thread_other_wait); in _tx_linux_thread_suspend()
428 sem_init(&_tx_linux_thread_other_wait, 0, 0); in _tx_linux_thread_init()