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

  /external/bluetooth/glib/glib/
gthreadprivate.h 42 (g_thread_functions_for_glib_use.thread_equal ? \
43 g_thread_functions_for_glib_use.thread_equal (&(thread1), &(thread2)) :\
gthread.h 116 GLIB_VAR GThreadFunctions g_thread_functions_for_glib_use; variable
159 (*g_thread_functions_for_glib_use . op) arglist
165 (*g_thread_functions_for_glib_use . op)) \
192 g_thread_functions_for_glib_use.cond_wait) \
197 g_thread_functions_for_glib_use.cond_timed_wait) \
gthread.c 95 GThreadFunctions g_thread_functions_for_glib_use = { variable
  /external/bluetooth/glib/gthread/
gthread-impl.c 105 g_thread_functions_for_glib_use.thread_self (&self);
127 g_thread_functions_for_glib_use.thread_self (&self);
152 g_thread_functions_for_glib_use.thread_self (&self);
194 g_thread_functions_for_glib_use.thread_self (&self);
225 g_thread_functions_for_glib_use.thread_self (&self);
314 g_thread_functions_for_glib_use = *init;

Completed in 25 milliseconds