Searched refs:cond (Results 1 – 12 of 12) sorted by relevance
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_cond_destroy.c | 73 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()
|
| D | px_cond_init.c | 73 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()
|
| D | px_cond_signal.c | 86 INT pthread_cond_signal(pthread_cond_t *cond) in pthread_cond_signal() argument 94 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_signal()
|
| D | px_cond_wait.c | 93 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()
|
| D | px_cond_broadcast.c | 89 INT pthread_cond_broadcast(pthread_cond_t *cond) in pthread_cond_broadcast() argument 101 semaphore_ptr = (&( cond->cond_semaphore )); in pthread_cond_broadcast()
|
| D | px_cond_timedwait.c | 97 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()
|
| D | tx_posix.h | 549 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);
|
| 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.3.0/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\=" }
|
| /ThreadX-v6.3.0/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\=" }
|