OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_evthreadimpl_cond_wait
(Results
1 - 2
of
2
) sorted by null
/external/libevent/
evthread-internal.h
191
int
_evthreadimpl_cond_wait
(void *cond, void *lock, const struct timeval *tv);
283
( (cond) ?
_evthreadimpl_cond_wait
((cond), (lock), NULL) : 0 )
287
( (cond) ?
_evthreadimpl_cond_wait
((cond), (lock), (tv)) : 0 )
evthread.c
425
_evthreadimpl_cond_wait
(void *cond, void *lock, const struct timeval *tv)
function
Completed in 3986 milliseconds