Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 7 of 7) sorted by relevance

/components/libc/posix/pthreads/
A Dpthread_cond.c99 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 Dpthread.h135 pthread_cond_t cond; member
/components/libc/cplusplus/cpp11/gcc/
A Dcondition_variable.cpp25 void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) in notify_all_at_thread_exit()
/components/drivers/smp_call/
A Dsmp_call.c222 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 Dsnmp_msg.c586 #define PARSE_ASSERT(cond, retValue) \ argument
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_msg.c741 #define PARSE_ASSERT(cond, retValue) \ argument
/components/utilities/libadt/uthash/
A Duthash.h982 #define HASH_SELECT(hh_dst, dst, hh_src, src, cond) \ argument

Completed in 16 milliseconds