Searched refs:tx_linux_sem_post (Results 1 – 13 of 13) sorted by relevance
120 tx_linux_sem_post(&_tx_linux_timer_semaphore); in _tx_thread_schedule()170 tx_linux_sem_post(&_tx_thread_current_ptr -> tx_thread_linux_thread_run_semaphore); in _tx_thread_schedule()230 tx_linux_sem_post(threadrunsemaphore); in _tx_thread_delete_port_completion()258 tx_linux_sem_post(threadrunsemaphore); in _tx_thread_reset_port_completion()
129 tx_linux_sem_post(&_tx_linux_semaphore); in _tx_thread_context_restore()
154 tx_linux_sem_post(&_tx_linux_semaphore); in _tx_thread_system_return()
314 tx_linux_sem_post(&_tx_linux_timer_semaphore); in _tx_initialize_start_interrupts()377 tx_linux_sem_post(&_tx_linux_semaphore_no_idle); in _tx_linux_timer_interrupt()
225 tx_linux_sem_post(&execute_thread -> tx_thread_linux_thread_run_semaphore); in _tx_thread_schedule()236 tx_linux_sem_post(&_tx_linux_isr_semaphore); in _tx_thread_schedule()489 tx_linux_sem_post(threadrunsemaphore); in _tx_thread_delete_port_completion()513 tx_linux_sem_post(threadrunsemaphore); in _tx_thread_reset_port_completion()
165 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_smp_protect()181 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_smp_protect()
183 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_system_return()199 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_system_return()
103 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_smp_core_preempt()
142 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_context_restore()
153 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_linux_thread_entry()
327 tx_linux_sem_post(&_tx_linux_timer_semaphore); in _tx_initialize_start_interrupts()387 tx_linux_sem_post(&_tx_linux_thread_timer_wait); in _tx_linux_thread_suspend_handler()389 tx_linux_sem_post(&_tx_linux_thread_other_wait); in _tx_linux_thread_suspend_handler()
527 #define tx_linux_sem_post(p) tx_linux_mutex_lock(_tx_linux_mutex);\ macro
618 #define tx_linux_sem_post(p) sem_post(p) macro