HomeSort by relevance Sort by last modified time
    Searched defs:cond_timedwait (Results 1 - 2 of 2) 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);

Completed in 163 milliseconds