HomeSort by relevance Sort by last modified time
    Searched refs:cond_wait (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/gthread/
gthread-impl.c 206 g_thread_functions_for_glib_use_default.cond_wait (cond, mutex);
282 errorcheck_functions.cond_wait =
326 init->cond_wait &&
  /bionic/libc/netbsd/net/
reentrant.h 170 #define cond_wait(c, m) __libc_cond_wait((c), (m)) macro
243 #define cond_wait(c, m)
  /external/bluetooth/glib/glib/
gthread.h 88 void (*cond_wait) (GCond *cond, member in struct:_GThreadFunctions
178 G_THREAD_CF (cond_wait, (void)0, (cond, mutex))
192 g_thread_functions_for_glib_use.cond_wait) \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xthreads.h 96 #define xcondition_wait(cv,m) cond_wait(cv,m)
221 #define xcondition_wait(c,m) cond_wait(c,m)

Completed in 275 milliseconds