Home
last modified time | relevance | path

Searched refs:_tx_linux_semaphore (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.4.1/ports/linux/gnu/src/
Dtx_thread_system_return.c148 while(!sem_trywait(&_tx_linux_semaphore)); in _tx_thread_system_return()
153 tx_linux_sem_post(&_tx_linux_semaphore); in _tx_thread_system_return()
166 tx_linux_sem_post_nolock(&_tx_linux_semaphore); in _tx_thread_system_return()
Dtx_thread_context_restore.c122 while(!sem_trywait(&_tx_linux_semaphore)); in _tx_thread_context_restore()
128 tx_linux_sem_post(&_tx_linux_semaphore); in _tx_thread_context_restore()
Dtx_thread_schedule.c177 tx_linux_sem_wait(&_tx_linux_semaphore); in _tx_thread_schedule()
188 tx_linux_sem_wait(&_tx_linux_semaphore); in _tx_thread_schedule()
201 tx_linux_sem_wait(&_tx_linux_semaphore); in _tx_thread_schedule()
Dtx_thread_stack_build.c147 tx_linux_sem_post_nolock(&_tx_linux_semaphore); in _tx_linux_thread_entry()
Dtx_initialize_low_level.c40 sem_t _tx_linux_semaphore; variable
269 sem_init(&_tx_linux_semaphore, 0, 0); in _tx_initialize_low_level()
/ThreadX-v6.4.1/ports/linux/gnu/inc/
Dtx_port.h559 extern sem_t _tx_linux_semaphore;