Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/ports/linux/gnu/src/
Dtx_thread_schedule.c120 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()
Dtx_thread_context_restore.c129 tx_linux_sem_post(&_tx_linux_semaphore); in _tx_thread_context_restore()
Dtx_thread_system_return.c154 tx_linux_sem_post(&_tx_linux_semaphore); in _tx_thread_system_return()
Dtx_initialize_low_level.c314 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()
/ThreadX-v6.2.1/ports_smp/linux/gnu/src/
Dtx_thread_schedule.c225 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()
Dtx_thread_smp_protect.c165 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()
Dtx_thread_system_return.c183 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()
Dtx_thread_smp_core_preempt.c103 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_smp_core_preempt()
Dtx_thread_context_restore.c142 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_thread_context_restore()
Dtx_thread_stack_build.c153 tx_linux_sem_post(&_tx_linux_scheduler_semaphore); in _tx_linux_thread_entry()
Dtx_initialize_low_level.c327 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()
/ThreadX-v6.2.1/ports/linux/gnu/inc/
Dtx_port.h527 #define tx_linux_sem_post(p) tx_linux_mutex_lock(_tx_linux_mutex);\ macro
/ThreadX-v6.2.1/ports_smp/linux/gnu/inc/
Dtx_port.h618 #define tx_linux_sem_post(p) sem_post(p) macro