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

  /external/bluetooth/glib/glib/
gthread.h 158 #define G_THREAD_UF(op, arglist) \
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))
gthread.c 155 G_THREAD_UF (thread_self, (&main_thread->system_thread));
306 G_THREAD_UF (thread_self, (&self));
328 G_THREAD_UF (thread_self, (&self));
374 G_THREAD_UF (thread_self, (&self));
663 G_THREAD_UF (thread_create, (g_thread_create_proxy, result,
703 G_THREAD_UF (thread_join, (&real->system_thread));
770 G_THREAD_UF (thread_self, (&thread->system_thread));

Completed in 18 milliseconds