Searched refs:G_THREAD_CF (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gthread.h | 160 #define G_THREAD_CF(op, fail, arg) \ macro 170 G_THREAD_CF (mutex_lock, (void)0, (mutex)) 172 G_THREAD_CF (mutex_trylock, TRUE, (mutex)) 174 G_THREAD_CF (mutex_unlock, (void)0, (mutex)) 176 G_THREAD_CF (mutex_free, (void)0, (mutex)) 178 G_THREAD_CF (cond_wait, (void)0, (cond, mutex)) 180 G_THREAD_CF (cond_timed_wait, TRUE, (cond, mutex, abs_time)) 204 #define g_cond_signal(cond) G_THREAD_CF (cond_signal, (void)0, (cond)) 205 #define g_cond_broadcast(cond) G_THREAD_CF (cond_broadcast, (void)0, (cond)) 206 #define g_cond_free(cond) G_THREAD_CF (cond_free, (void)0, (cond)) [all …]
|
D | gthread.c | 688 G_THREAD_CF (thread_exit, (void)0, ()); in g_thread_exit() 747 G_THREAD_CF (thread_set_priority, (void)0, in g_thread_set_priority()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 639 G_THREAD_CF
|