Searched refs:cond_wait (Results 1 – 2 of 2) sorted by relevance
/external/libevent/test/ |
D | regress_thread.c | 69 struct cond_wait { struct 77 struct cond_wait *cw = arg; in wake_all_timeout() argument 87 struct cond_wait *cw = arg; in wake_one_timeout() 101 struct cond_wait cw; in basic_thread() 261 struct cond_wait *cond; 295 struct cond_wait cond; in thread_conditions_simple()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1046 static int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, in cond_wait() function 1069 return cond_wait(thr, pc, &si, (int (*)(void *c, void *m, void *abstime))REAL( in INTERCEPTOR() 1077 return cond_wait(thr, pc, &si, REAL(pthread_cond_timedwait), cond, m, in INTERCEPTOR() 1086 return cond_wait(thr, pc, &si, REAL(pthread_cond_timedwait_relative_np), cond, in INTERCEPTOR()
|