Home
last modified time | relevance | path

Searched refs:cond_semaphore (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_cond_init.c82 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_init()
Dpx_cond_destroy.c90 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_destroy()
Dpx_cond_signal.c94 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_signal()
Dpx_cond_wait.c109 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_wait()
Dpx_cond_broadcast.c101 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_broadcast()
Dpx_cond_timedwait.c114 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_timedwait()
Dtx_posix.h448 TX_SEMAPHORE cond_semaphore; member