Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_thread_system_return.c177 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()
Dtx_thread_context_restore.c135 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()
Dtx_thread_smp_protect.c164 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()
Dtx_thread_smp_core_preempt.c102 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_smp_core_preempt()
Dtx_thread_schedule.c232 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()
Dtx_thread_stack_build.c152 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_linux_thread_entry()
Dtx_initialize_low_level.c40 sem_t _tx_linux_scheduler_semaphore; variable
276 sem_init(&_tx_linux_scheduler_semaphore, 0, 0); in _tx_initialize_low_level()
/ThreadX-v6.4.1/ports_smp/linux/gnu/inc/
Dtx_port.h645 extern sem_t _tx_linux_scheduler_semaphore;