Home
last modified time | relevance | path

Searched refs:tx_linux_sem_post_nolock (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.4.1/ports/linux/gnu/src/
Dtx_thread_stack_build.c147 tx_linux_sem_post_nolock(&_tx_linux_semaphore); in _tx_linux_thread_entry()
Dtx_thread_system_return.c166 tx_linux_sem_post_nolock(&_tx_linux_semaphore); in _tx_thread_system_return()
Dtx_initialize_low_level.c394 tx_linux_sem_post_nolock(&_tx_linux_thread_timer_wait); in _tx_linux_thread_suspend_handler()
396 tx_linux_sem_post_nolock(&_tx_linux_thread_other_wait); in _tx_linux_thread_suspend_handler()
Dtx_thread_schedule.c180 tx_linux_sem_post_nolock(&_tx_linux_isr_semaphore); in _tx_thread_schedule()
/ThreadX-v6.4.1/ports/linux/gnu/inc/
Dtx_port.h532 #define tx_linux_sem_post_nolock(p) sem_post(p) macro