Home
last modified time | relevance | path

Searched refs:_tx_linux_scheduler_semaphore (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_thread_system_return.c178 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()
Dtx_thread_context_restore.c136 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()
Dtx_thread_smp_protect.c165 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()
Dtx_thread_smp_core_preempt.c103 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_smp_core_preempt()
Dtx_thread_schedule.c233 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()
Dtx_thread_stack_build.c153 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_linux_thread_entry()
Dtx_initialize_low_level.c41 sem_t _tx_linux_scheduler_semaphore; variable
277 sem_init(&_tx_linux_scheduler_semaphore, 0, 0); in _tx_initialize_low_level()
/ThreadX-v6.3.0/ports_smp/linux/gnu/inc/
Dtx_port.h646 extern sem_t _tx_linux_scheduler_semaphore;