Searched refs:G_STATIC_MUTEX_INIT (Results 1 – 11 of 11) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gthread.h | 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
|
D | gtimer.c | 183 static GStaticMutex mutex = G_STATIC_MUTEX_INIT; in g_usleep()
|
D | gthread.c | 241 static const GStaticMutex init_mutex = G_STATIC_MUTEX_INIT; in g_static_mutex_init()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-overrides.txt | 61 <NAME>G_STATIC_MUTEX_INIT</NAME> 62 #define G_STATIC_MUTEX_INIT
|
D | glib-sections.txt | 567 G_STATIC_MUTEX_INIT
|
/external/bluetooth/glib/ |
D | glibconfig.h | 167 #define G_STATIC_MUTEX_INIT { NULL, { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0… macro
|
D | glibconfig.h.win32.in | 193 #define G_STATIC_MUTEX_INIT NULL
|
D | configure.in | 2914 #define G_STATIC_MUTEX_INIT { NULL, { { $g_mutex_contents} } } 2924 #define G_STATIC_MUTEX_INIT NULL
|
D | ChangeLog.pre-2-0 | 3710 G_STATIC_MUTEX_INIT, for example in allocated structures.
|
/external/bluetooth/glib/tests/ |
D | thread-test.c | 113 static GStaticMutex test_g_static_private_mutex = G_STATIC_MUTEX_INIT;
|
/external/bluetooth/glib/gobject/ |
D | gparam.c | 896 static GStaticMutex init_smutex = G_STATIC_MUTEX_INIT; in g_param_spec_pool_new()
|