OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_module_global_lock
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/gmodule/
gmodule.c
329
static GStaticRecMutex
g_module_global_lock
= G_STATIC_REC_MUTEX_INIT;
variable
341
g_static_rec_mutex_lock (&
g_module_global_lock
);
371
g_static_rec_mutex_unlock (&
g_module_global_lock
);
381
g_static_rec_mutex_unlock (&
g_module_global_lock
);
464
g_static_rec_mutex_unlock (&
g_module_global_lock
);
515
g_static_rec_mutex_unlock (&
g_module_global_lock
);
545
g_static_rec_mutex_lock (&
g_module_global_lock
);
589
g_static_rec_mutex_unlock (&
g_module_global_lock
);
622
g_static_rec_mutex_lock (&
g_module_global_lock
);
647
g_static_rec_mutex_unlock (&
g_module_global_lock
);
[
all
...]
Completed in 123 milliseconds