Home
last modified time | relevance | path

Searched refs:G_THREAD_UF (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
Dgthread.h158 #define G_THREAD_UF(op, arglist) \ macro
161 (g_thread_supported () ? G_THREAD_UF (op, arg) : (fail))
202 #define g_mutex_new() G_THREAD_UF (mutex_new, ())
203 #define g_cond_new() G_THREAD_UF (cond_new, ())
207 #define g_private_new(destructor) G_THREAD_UF (private_new, (destructor))
Dgthread.c155 G_THREAD_UF (thread_self, (&main_thread->system_thread)); in g_thread_init_glib()
306 G_THREAD_UF (thread_self, (&self)); in g_static_rec_mutex_lock()
328 G_THREAD_UF (thread_self, (&self)); in g_static_rec_mutex_trylock()
374 G_THREAD_UF (thread_self, (&self)); in g_static_rec_mutex_lock_full()
663 G_THREAD_UF (thread_create, (g_thread_create_proxy, result, in g_thread_create_full()
703 G_THREAD_UF (thread_join, (&real->system_thread)); in g_thread_join()
770 G_THREAD_UF (thread_self, (&thread->system_thread)); in g_thread_self()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt640 G_THREAD_UF