Searched refs:tx_linux_sem_post_nolock (Results 1 – 5 of 5) sorted by relevance
148 tx_linux_sem_post_nolock(&_tx_linux_semaphore); in _tx_linux_thread_entry()
167 tx_linux_sem_post_nolock(&_tx_linux_semaphore); in _tx_thread_system_return()
395 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()
181 tx_linux_sem_post_nolock(&_tx_linux_isr_semaphore); in _tx_thread_schedule()
533 #define tx_linux_sem_post_nolock(p) sem_post(p) macro