Searched refs:_tx_linux_semaphore (Results 1 – 6 of 6) sorted by relevance
149 while(!sem_trywait(&_tx_linux_semaphore)); in _tx_thread_system_return()154 tx_linux_sem_post(&_tx_linux_semaphore); in _tx_thread_system_return()167 tx_linux_sem_post_nolock(&_tx_linux_semaphore); in _tx_thread_system_return()
123 while(!sem_trywait(&_tx_linux_semaphore)); in _tx_thread_context_restore()129 tx_linux_sem_post(&_tx_linux_semaphore); in _tx_thread_context_restore()
178 tx_linux_sem_wait(&_tx_linux_semaphore); in _tx_thread_schedule()189 tx_linux_sem_wait(&_tx_linux_semaphore); in _tx_thread_schedule()202 tx_linux_sem_wait(&_tx_linux_semaphore); in _tx_thread_schedule()
148 tx_linux_sem_post_nolock(&_tx_linux_semaphore); in _tx_linux_thread_entry()
41 sem_t _tx_linux_semaphore; variable270 sem_init(&_tx_linux_semaphore, 0, 0); in _tx_initialize_low_level()
560 extern sem_t _tx_linux_semaphore;