Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_cond_destroy.c72 INT pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy() argument
78 if (cond->in_use == TX_FALSE) in pthread_cond_destroy()
86 cond->in_use = TX_FALSE; in pthread_cond_destroy()
89 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_destroy()
Dpx_cond_init.c72 INT pthread_cond_init(pthread_cond_t *cond, pthread_condattr_t *attr) in pthread_cond_init() argument
78 cond->in_use = TX_TRUE; in pthread_cond_init()
81 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_init()
Dpx_cond_signal.c85 INT pthread_cond_signal(pthread_cond_t *cond) in pthread_cond_signal() argument
93 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_signal()
Dpx_cond_wait.c92 INT pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait() argument
108 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_wait()
Dpx_cond_broadcast.c88 INT pthread_cond_broadcast(pthread_cond_t *cond) in pthread_cond_broadcast() argument
100 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_broadcast()
Dpx_cond_timedwait.c96 INT pthread_cond_timedwait(pthread_cond_t *cond,pthread_mutex_t *mutex, in pthread_cond_timedwait() argument
113 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_timedwait()
Dtx_posix.h548 INT pthread_cond_destroy(pthread_cond_t *cond);
549 INT pthread_cond_init(pthread_cond_t *cond, pthread_condattr_t *attr);
550 INT pthread_cond_broadcast(pthread_cond_t *cond);
551 INT pthread_cond_signal(pthread_cond_t *cond);
552 INT pthread_cond_timedwait(pthread_cond_t *cond,pthread_mutex_t *mutex,
554 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.4.1/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\=" }
/ThreadX-v6.4.1/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\=" }