Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/ports/linux/gnu/src/
Dtx_thread_stack_build.c148 tx_linux_sem_post_nolock(&_tx_linux_semaphore); in _tx_linux_thread_entry()
Dtx_thread_system_return.c167 tx_linux_sem_post_nolock(&_tx_linux_semaphore); in _tx_thread_system_return()
Dtx_initialize_low_level.c395 tx_linux_sem_post_nolock(&_tx_linux_thread_timer_wait); in _tx_linux_thread_suspend_handler()
397 tx_linux_sem_post_nolock(&_tx_linux_thread_other_wait); in _tx_linux_thread_suspend_handler()
Dtx_thread_schedule.c181 tx_linux_sem_post_nolock(&_tx_linux_isr_semaphore); in _tx_thread_schedule()
/ThreadX-v6.3.0/ports/linux/gnu/inc/
Dtx_port.h533 #define tx_linux_sem_post_nolock(p) sem_post(p) macro