OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_threads_got_initialized
(Results
1 - 3
of
3
) 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
)
/external/valgrind/main/
glibc-2.X-drd.supp
178
drd-libglib-access-
g_threads_got_initialized
185
drd-libglib-access-
g_threads_got_initialized
Completed in 44 milliseconds