Searched refs:_tx_linux_semaphore (Results 1 – 6 of 6) sorted by relevance
148 while(!sem_trywait(&_tx_linux_semaphore)); in _tx_thread_system_return()153 tx_linux_sem_post(&_tx_linux_semaphore); in _tx_thread_system_return()166 tx_linux_sem_post_nolock(&_tx_linux_semaphore); in _tx_thread_system_return()
122 while(!sem_trywait(&_tx_linux_semaphore)); in _tx_thread_context_restore()128 tx_linux_sem_post(&_tx_linux_semaphore); in _tx_thread_context_restore()
177 tx_linux_sem_wait(&_tx_linux_semaphore); in _tx_thread_schedule()188 tx_linux_sem_wait(&_tx_linux_semaphore); in _tx_thread_schedule()201 tx_linux_sem_wait(&_tx_linux_semaphore); in _tx_thread_schedule()
147 tx_linux_sem_post_nolock(&_tx_linux_semaphore); in _tx_linux_thread_entry()
40 sem_t _tx_linux_semaphore; variable269 sem_init(&_tx_linux_semaphore, 0, 0); in _tx_initialize_low_level()
559 extern sem_t _tx_linux_semaphore;