Home
last modified time | relevance | path

Searched refs:g_threads_got_initialized (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/glib/glib/
Dgthread.c93 gboolean g_threads_got_initialized = FALSE; variable
152 g_threads_got_initialized = TRUE; in g_thread_init_glib()
815 if (!g_threads_got_initialized) in g_static_rw_lock_reader_lock()
834 if (!g_threads_got_initialized) in g_static_rw_lock_reader_trylock()
852 if (!g_threads_got_initialized) in g_static_rw_lock_reader_unlock()
867 if (!g_threads_got_initialized) in g_static_rw_lock_writer_lock()
886 if (!g_threads_got_initialized) in g_static_rw_lock_writer_trylock()
904 if (!g_threads_got_initialized) in g_static_rw_lock_writer_unlock()
Dgthread.h118 GLIB_VAR gboolean g_threads_got_initialized; variable
201 #define g_thread_supported() (g_threads_got_initialized)
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt649 g_threads_got_initialized
/external/bluetooth/glib/gthread/
DChangeLog822 * gthread.c: s/g_thread_supported/g_threads_got_initialized/
/external/bluetooth/glib/
DChangeLog.pre-2-41869 g_threads_got_initialized to TRUE (see #101264).
1874 g_threads_got_initialized to TRUE, then call the other thread
DChangeLog.pre-2-220 after setting g_threads_got_initialized. (#101624,
DChangeLog.pre-1-2987 to g_threads_got_initialized.