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

  /external/bluetooth/glib/tests/
errorcheck-mutex-test.c 74 g_cond_timed_wait (cond, mutex, NULL);
85 g_cond_timed_wait (cond, mutex, NULL);
  /external/webkit/Source/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp 219 // Time is too far in the future for g_cond_timed_wait - wait forever.
232 return g_cond_timed_wait(m_condition.get(), mutex.impl().get(), &targetTime);
  /external/bluetooth/glib/glib/
gthread.h 179 # define g_cond_timed_wait(cond, mutex, abs_time) \ macro
194 # define g_cond_timed_wait(cond, mutex, abs_time) \ macro
gtimer.c 200 while (g_cond_timed_wait (cond, g_static_mutex_get_mutex (&mutex),

Completed in 55 milliseconds