Lines Matching defs:cond
45 STATIC INLINE INT32 CondInitCheck(const pthread_cond_t *cond) in CondInitCheck()
97 int pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy()
119 int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init()
144 STATIC VOID PthreadCondValueModify(pthread_cond_t *cond) in PthreadCondValueModify()
158 int pthread_cond_broadcast(pthread_cond_t *cond) in pthread_cond_broadcast()
181 int pthread_cond_signal(pthread_cond_t *cond) in pthread_cond_signal()
203 STATIC INT32 PthreadCondWaitSub(pthread_cond_t *cond, INT32 value, UINT32 ticks) in PthreadCondWaitSub()
219 STATIC VOID PthreadCountSub(pthread_cond_t *cond) in PthreadCountSub()
228 STATIC INT32 ProcessReturnVal(pthread_cond_t *cond, INT32 val) in ProcessReturnVal()
249 int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, in pthread_cond_timedwait()
300 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait()