Searched refs:g_threads_got_initialized (Results 1 – 7 of 7) sorted by relevance
93 gboolean g_threads_got_initialized = FALSE; variable152 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()
118 GLIB_VAR gboolean g_threads_got_initialized; variable201 #define g_thread_supported() (g_threads_got_initialized)
649 g_threads_got_initialized
822 * gthread.c: s/g_thread_supported/g_threads_got_initialized/
1869 g_threads_got_initialized to TRUE (see #101264).1874 g_threads_got_initialized to TRUE, then call the other thread
20 after setting g_threads_got_initialized. (#101624,
987 to g_threads_got_initialized.