Searched refs:_tx_linux_scheduler_semaphore (Results 1 – 8 of 8) sorted by relevance
178 while(!sem_trywait(&_tx_linux_scheduler_semaphore)); in _tx_thread_system_return()183 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_system_return()199 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_system_return()
136 while(!sem_trywait(&_tx_linux_scheduler_semaphore)); in _tx_thread_context_restore()142 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_context_restore()
165 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_smp_protect()181 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_smp_protect()
103 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_smp_core_preempt()
233 tx_linux_sem_wait(&_tx_linux_scheduler_semaphore); in _tx_thread_schedule()244 tx_linux_sem_wait(&_tx_linux_scheduler_semaphore); in _tx_thread_schedule()287 tx_linux_sem_timedwait(&_tx_linux_scheduler_semaphore, &ts); in _tx_thread_schedule()
153 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_linux_thread_entry()
41 sem_t _tx_linux_scheduler_semaphore; variable277 sem_init(&_tx_linux_scheduler_semaphore, 0, 0); in _tx_initialize_low_level()
646 extern sem_t _tx_linux_scheduler_semaphore;