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

  /external/bluetooth/glib/glib/
gthread.c 93 gboolean g_threads_got_initialized = FALSE; variable
144 /* mutex and cond creation works without g_threads_got_initialized */
152 g_threads_got_initialized = TRUE;
815 if (!g_threads_got_initialized)
834 if (!g_threads_got_initialized)
852 if (!g_threads_got_initialized)
867 if (!g_threads_got_initialized)
886 if (!g_threads_got_initialized)
904 if (!g_threads_got_initialized)
gthread.h 118 GLIB_VAR gboolean g_threads_got_initialized; variable
201 #define g_thread_supported() (g_threads_got_initialized)

Completed in 20 milliseconds