Searched refs:g_cond_timed_wait (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/glib/tests/ |
D | errorcheck-mutex-test.c | 74 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/ |
D | gthread.h | 179 # define g_cond_timed_wait(cond, mutex, abs_time) \ macro 194 # define g_cond_timed_wait(cond, mutex, abs_time) \ macro
|
D | gtimer.c | 200 while (g_cond_timed_wait (cond, g_static_mutex_get_mutex (&mutex), in g_usleep()
|
/external/webkit/JavaScriptCore/wtf/gtk/ |
D | ThreadingGtk.cpp | 233 return g_cond_timed_wait(m_condition.get(), mutex.impl().get(), &targetTime); in timedWait()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-overrides.txt | 163 <NAME>g_cond_timed_wait</NAME>
|
D | glib-sections.txt | 612 g_cond_timed_wait
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-0 | 4361 errorcheck capability for g_cond_wait and g_cond_timed_wait as
|