Home
last modified time | relevance | path

Searched refs:tx_linux_sem_post (Results 1 – 13 of 13) sorted by relevance

/ThreadX-v6.4.1/ports/linux/gnu/src/
Dtx_thread_schedule.c119 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()
Dtx_thread_context_restore.c128 tx_linux_sem_post(&_tx_linux_semaphore); in _tx_thread_context_restore()
Dtx_thread_system_return.c153 tx_linux_sem_post(&_tx_linux_semaphore); in _tx_thread_system_return()
Dtx_initialize_low_level.c313 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()
/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_thread_schedule.c224 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()
Dtx_thread_smp_protect.c164 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()
Dtx_thread_system_return.c182 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()
Dtx_thread_smp_core_preempt.c102 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_smp_core_preempt()
Dtx_thread_context_restore.c141 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_context_restore()
Dtx_thread_stack_build.c152 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_linux_thread_entry()
Dtx_initialize_low_level.c326 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()
/ThreadX-v6.4.1/ports/linux/gnu/inc/
Dtx_port.h529 #define tx_linux_sem_post(p) tx_linux_mutex_lock(_tx_linux_mutex);\ macro
/ThreadX-v6.4.1/ports_smp/linux/gnu/inc/
Dtx_port.h617 #define tx_linux_sem_post(p) sem_post(p) macro