Searched defs:cond (Results 1 – 7 of 7) sorted by relevance
| /components/libc/posix/pthreads/ |
| A D | pthread_cond.c | 99 int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init() 161 int pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy() 218 int pthread_cond_broadcast(pthread_cond_t *cond) in pthread_cond_broadcast() 276 int pthread_cond_signal(pthread_cond_t *cond) in pthread_cond_signal() 338 rt_err_t _pthread_cond_timedwait(pthread_cond_t *cond, in _pthread_cond_timedwait() 476 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait() 529 int pthread_cond_timedwait(pthread_cond_t *cond, in pthread_cond_timedwait()
|
| A D | pthread.h | 135 pthread_cond_t cond; member
|
| /components/libc/cplusplus/cpp11/gcc/ |
| A D | condition_variable.cpp | 25 void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) in notify_all_at_thread_exit()
|
| /components/drivers/smp_call/ |
| A D | smp_call.c | 222 rt_uint8_t flags, rt_smp_cond_t cond) in _smp_call_func_cond() 325 …c_cond(rt_ubase_t cpu_mask, rt_smp_call_cb_t func, void *data, rt_uint8_t flag, rt_smp_cond_t cond) in rt_smp_call_func_cond()
|
| /components/net/lwip/lwip-2.0.3/src/apps/snmp/ |
| A D | snmp_msg.c | 586 #define PARSE_ASSERT(cond, retValue) \ argument
|
| /components/net/lwip/lwip-2.1.2/src/apps/snmp/ |
| A D | snmp_msg.c | 741 #define PARSE_ASSERT(cond, retValue) \ argument
|
| /components/utilities/libadt/uthash/ |
| A D | uthash.h | 982 #define HASH_SELECT(hh_dst, dst, hh_src, src, cond) \ argument
|
Completed in 19 milliseconds