Searched refs:_tx_linux_thread_other_wait (Results 1 – 2 of 2) sorted by relevance
54 static sem_t _tx_linux_thread_other_wait; variable397 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()
60 static sem_t _tx_linux_thread_other_wait; variable389 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()