OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
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 175 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026