OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cond_timedwait
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/netbsd/net/
reentrant.h
171
#define
cond_timedwait
(c, m, t) __libc_cond_timedwait((c), (m), (t))
macro
244
#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);
Completed in 156 milliseconds