Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 12 of 12) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_cond_destroy.c73 INT pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy() argument
79 if (cond->in_use == TX_FALSE) in pthread_cond_destroy()
87 cond->in_use = TX_FALSE; in pthread_cond_destroy()
90 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_destroy()
Dpx_cond_init.c73 INT pthread_cond_init(pthread_cond_t *cond, pthread_condattr_t *attr) in pthread_cond_init() argument
79 cond->in_use = TX_TRUE; in pthread_cond_init()
82 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_init()
Dpx_cond_signal.c86 INT pthread_cond_signal(pthread_cond_t *cond) in pthread_cond_signal() argument
94 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_signal()
Dpx_cond_wait.c93 INT pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait() argument
109 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_wait()
Dpx_cond_broadcast.c89 INT pthread_cond_broadcast(pthread_cond_t *cond) in pthread_cond_broadcast() argument
101 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_broadcast()
Dpx_cond_timedwait.c97 INT pthread_cond_timedwait(pthread_cond_t *cond,pthread_mutex_t *mutex, in pthread_cond_timedwait() argument
114 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_timedwait()
Dtx_posix.h549 INT pthread_cond_destroy(pthread_cond_t *cond);
550 INT pthread_cond_init(pthread_cond_t *cond, pthread_condattr_t *attr);
551 INT pthread_cond_broadcast(pthread_cond_t *cond);
552 INT pthread_cond_signal(pthread_cond_t *cond);
553 INT pthread_cond_timedwait(pthread_cond_t *cond,pthread_mutex_t *mutex,
555 INT pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
Dreadme_threadx_posix.txt184 INT pthread_cond_destroy(pthread_cond_t *cond);
185 INT pthread_cond_init(pthread_cond_t *cond, pthread_condattr_t *attr);
186 INT pthread_cond_broadcast(pthread_cond_t *cond);
187 INT pthread_cond_signal(pthread_cond_t *cond);
188 INT pthread_cond_timedwait(pthread_cond_t *cond,pthread_mutex_t *mutex,
190 INT pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
/ThreadX-v6.3.0/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/
D.bp.args3 cond=
D.bp.properties3 ARG_ACTION={"location\=_tx_thread_system_return" "condition_enabled\=0" "cond\=" }
/ThreadX-v6.3.0/ports/arc_hs/metaware/example_build/sample_threadx/
D.bp.args3 cond=
D.bp.properties3 ARG_ACTION={"location\=_tx_thread_system_return" "condition_enabled\=0" "cond\=" }