Searched refs:_tx_linux_scheduler_semaphore (Results 1 – 8 of 8) sorted by relevance
177 while(!sem_trywait(&_tx_linux_scheduler_semaphore)); in _tx_thread_system_return()182 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_system_return()198 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_system_return()
135 while(!sem_trywait(&_tx_linux_scheduler_semaphore)); in _tx_thread_context_restore()141 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_context_restore()
164 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_smp_protect()180 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_smp_protect()
102 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_smp_core_preempt()
232 tx_linux_sem_wait(&_tx_linux_scheduler_semaphore); in _tx_thread_schedule()243 tx_linux_sem_wait(&_tx_linux_scheduler_semaphore); in _tx_thread_schedule()286 tx_linux_sem_timedwait(&_tx_linux_scheduler_semaphore, &ts); in _tx_thread_schedule()
152 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_linux_thread_entry()
40 sem_t _tx_linux_scheduler_semaphore; variable276 sem_init(&_tx_linux_scheduler_semaphore, 0, 0); in _tx_initialize_low_level()
645 extern sem_t _tx_linux_scheduler_semaphore;