Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_cond_init.c81 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_init()
Dpx_cond_destroy.c89 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_destroy()
Dpx_cond_signal.c93 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_signal()
Dpx_cond_wait.c108 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_wait()
Dpx_cond_broadcast.c100 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_broadcast()
Dpx_cond_timedwait.c113 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_timedwait()
Dtx_posix.h447 TX_SEMAPHORE cond_semaphore; member