Searched refs:tx_linux_sem_post (Results 1 – 13 of 13) sorted by relevance
119 tx_linux_sem_post(&_tx_linux_timer_semaphore); in _tx_thread_schedule()169 tx_linux_sem_post(&_tx_thread_current_ptr -> tx_thread_linux_thread_run_semaphore); in _tx_thread_schedule()229 tx_linux_sem_post(threadrunsemaphore); in _tx_thread_delete_port_completion()257 tx_linux_sem_post(threadrunsemaphore); in _tx_thread_reset_port_completion()
128 tx_linux_sem_post(&_tx_linux_semaphore); in _tx_thread_context_restore()
153 tx_linux_sem_post(&_tx_linux_semaphore); in _tx_thread_system_return()
313 tx_linux_sem_post(&_tx_linux_timer_semaphore); in _tx_initialize_start_interrupts()376 tx_linux_sem_post(&_tx_linux_semaphore_no_idle); in _tx_linux_timer_interrupt()
224 tx_linux_sem_post(&execute_thread -> tx_thread_linux_thread_run_semaphore); in _tx_thread_schedule()235 tx_linux_sem_post(&_tx_linux_isr_semaphore); in _tx_thread_schedule()488 tx_linux_sem_post(threadrunsemaphore); in _tx_thread_delete_port_completion()512 tx_linux_sem_post(threadrunsemaphore); in _tx_thread_reset_port_completion()
164 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_smp_protect()180 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_smp_protect()
182 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_system_return()198 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_system_return()
102 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_smp_core_preempt()
141 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_context_restore()
152 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_linux_thread_entry()
326 tx_linux_sem_post(&_tx_linux_timer_semaphore); in _tx_initialize_start_interrupts()386 tx_linux_sem_post(&_tx_linux_thread_timer_wait); in _tx_linux_thread_suspend_handler()388 tx_linux_sem_post(&_tx_linux_thread_other_wait); in _tx_linux_thread_suspend_handler()
529 #define tx_linux_sem_post(p) tx_linux_mutex_lock(_tx_linux_mutex);\ macro
617 #define tx_linux_sem_post(p) sem_post(p) macro