Searched refs:cond (Results 1 – 12 of 12) sorted by relevance
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | px_cond_destroy.c | 72 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()
|
| D | px_cond_init.c | 72 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()
|
| D | px_cond_signal.c | 85 INT pthread_cond_signal(pthread_cond_t *cond) in pthread_cond_signal() argument 93 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_signal()
|
| D | px_cond_wait.c | 92 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()
|
| D | px_cond_broadcast.c | 88 INT pthread_cond_broadcast(pthread_cond_t *cond) in pthread_cond_broadcast() argument 100 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_broadcast()
|
| D | px_cond_timedwait.c | 96 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()
|
| D | tx_posix.h | 548 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);
|
| D | readme_threadx_posix.txt | 184 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.args | 3 cond=
|
| D | .bp.properties | 3 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.args | 3 cond=
|
| D | .bp.properties | 3 ARG_ACTION={"location\=_tx_thread_system_return" "condition_enabled\=0" "cond\=" }
|