Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/ports/linux/gnu/src/
Dtx_thread_system_return.c149 while(!sem_trywait(&_tx_linux_semaphore)); in _tx_thread_system_return()
154 tx_linux_sem_post(&_tx_linux_semaphore); in _tx_thread_system_return()
167 tx_linux_sem_post_nolock(&_tx_linux_semaphore); in _tx_thread_system_return()
Dtx_thread_context_restore.c123 while(!sem_trywait(&_tx_linux_semaphore)); in _tx_thread_context_restore()
129 tx_linux_sem_post(&_tx_linux_semaphore); in _tx_thread_context_restore()
Dtx_thread_schedule.c178 tx_linux_sem_wait(&_tx_linux_semaphore); in _tx_thread_schedule()
189 tx_linux_sem_wait(&_tx_linux_semaphore); in _tx_thread_schedule()
202 tx_linux_sem_wait(&_tx_linux_semaphore); in _tx_thread_schedule()
Dtx_thread_stack_build.c148 tx_linux_sem_post_nolock(&_tx_linux_semaphore); in _tx_linux_thread_entry()
Dtx_initialize_low_level.c41 sem_t _tx_linux_semaphore; variable
270 sem_init(&_tx_linux_semaphore, 0, 0); in _tx_initialize_low_level()
/ThreadX-v6.3.0/ports/linux/gnu/inc/
Dtx_port.h560 extern sem_t _tx_linux_semaphore;