OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_static_mutex_init
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/glib/glib/
gthread.h
236
*
G_STATIC_MUTEX_INIT
, and then they can directly be used, that is
246
void
g_static_mutex_init
(GStaticMutex *mutex);
271
#define G_STATIC_REC_MUTEX_INIT {
G_STATIC_MUTEX_INIT
}
294
#define G_STATIC_RW_LOCK_INIT {
G_STATIC_MUTEX_INIT
, NULL, NULL, 0, FALSE, 0, 0 }
365
GStaticMutex G_LOCK_NAME (name) =
G_STATIC_MUTEX_INIT
gthread.c
239
g_static_mutex_init
(GStaticMutex *mutex)
function
241
static const GStaticMutex init_mutex =
G_STATIC_MUTEX_INIT
;
galiasdef.c
3051
#undef
g_static_mutex_init
macro
[
all
...]
gmain.c
470
g_static_mutex_init
(&context->mutex);
[
all
...]
galias.h
3041
#define
g_static_mutex_init
macro
[
all
...]
Completed in 23 milliseconds