Searched refs:_tx_linux_thread_other_wait (Results 1 – 2 of 2) sorted by relevance
53 static sem_t _tx_linux_thread_other_wait; variable396 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()
59 static sem_t _tx_linux_thread_other_wait; variable388 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()