HomeSort by: relevance | last modified time | path
    Searched defs:cond_wait (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libpthread/
t_condwait.c 104 cond_wait(clockid_t clck, const char *msg) { function in typeref:typename:void
123 cond_wait(CLOCK_REALTIME, "CLOCK_REALTIME");
134 cond_wait(CLOCK_MONOTONIC, "CLOCK_MONOTONIC");
  /src/lib/libc/include/
reentrant.h 168 #define cond_wait(c, m) __libc_cond_wait((c), (m)) macro
293 #define cond_wait(c, m) __nothing
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 1155 static int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, function in typeref:typename:int
1178 return cond_wait(thr, pc, &si, (int (*)(void *c, void *m, void *abstime))REAL(
1186 return cond_wait(thr, pc, &si, REAL(pthread_cond_timedwait), cond, m,
1195 return cond_wait(thr, pc, &si, REAL(pthread_cond_timedwait_relative_np), cond,
2594 TSAN_INTERCEPTOR_NETBSD_ALIAS(int, cond_wait, void *c, void *m)
2809 TSAN_MAYBE_INTERCEPT_NETBSD_ALIAS(cond_wait);

Completed in 15 milliseconds