Searched refs:tx_linux_sem_post_nolock (Results 1 – 5 of 5) sorted by relevance
147 tx_linux_sem_post_nolock(&_tx_linux_semaphore); in _tx_linux_thread_entry()
166 tx_linux_sem_post_nolock(&_tx_linux_semaphore); in _tx_thread_system_return()
394 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()
180 tx_linux_sem_post_nolock(&_tx_linux_isr_semaphore); in _tx_thread_schedule()
532 #define tx_linux_sem_post_nolock(p) sem_post(p) macro