OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__pthread_cond_timedwait_relative
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
pthread-timers.c
39
extern int
__pthread_cond_timedwait_relative
(pthread_cond_t*, pthread_mutex_t*,
596
int ret =
__pthread_cond_timedwait_relative
(&timer->cond, &timer->mutex, &diff);
pthread.c
1109
int
__pthread_cond_timedwait_relative
(pthread_cond_t *cond,
function
[
all
...]
Completed in 44 milliseconds