OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cond_timedwait
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/netbsd/net/
reentrant.h
172
#define
cond_timedwait
(c, m, t) __libc_cond_timedwait((c), (m), (t))
macro
245
#define
cond_timedwait
(c, m, t)
/external/qemu/
posix-aio-compat.c
100
static int
cond_timedwait
(pthread_cond_t *cond, pthread_mutex_t *mutex,
function
324
ret =
cond_timedwait
(&cond, &lock, &ts);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_solaris.h
317
#define
COND_TIMEDWAIT
(condp, mutexp, tspec) \
318
cond_timedwait
(condp, mutexp, tspec)
Completed in 130 milliseconds