Home
last modified time | relevance | path

Searched refs:g_cond_timed_wait (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/glib/tests/
Derrorcheck-mutex-test.c74 g_cond_timed_wait (cond, mutex, NULL); in timed_wait_on_unlocked_mutex()
85 g_cond_timed_wait (cond, mutex, NULL); in timed_wait_on_otherwise_locked_mutex()
/external/bluetooth/glib/glib/
Dgthread.h179 # define g_cond_timed_wait(cond, mutex, abs_time) \ macro
194 # define g_cond_timed_wait(cond, mutex, abs_time) \ macro
Dgtimer.c200 while (g_cond_timed_wait (cond, g_static_mutex_get_mutex (&mutex), in g_usleep()
/external/webkit/JavaScriptCore/wtf/gtk/
DThreadingGtk.cpp233 return g_cond_timed_wait(m_condition.get(), mutex.impl().get(), &targetTime); in timedWait()
/external/bluetooth/glib/docs/reference/glib/
Dglib-overrides.txt163 <NAME>g_cond_timed_wait</NAME>
Dglib-sections.txt612 g_cond_timed_wait
/external/bluetooth/glib/
DChangeLog.pre-2-04361 errorcheck capability for g_cond_wait and g_cond_timed_wait as