OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_static_rw_lock_init
(Results
1 - 10
of
10
) sorted by null
/external/bluetooth/glib/glib/
gthread.h
294
#define
G_STATIC_RW_LOCK_INIT
{ G_STATIC_MUTEX_INIT, NULL, NULL, 0, FALSE, 0, 0 }
296
void
g_static_rw_lock_init
(GStaticRWLock* lock);
gthread.c
784
g_static_rw_lock_init
(GStaticRWLock* lock)
function
786
static const GStaticRWLock init_lock =
G_STATIC_RW_LOCK_INIT
;
galiasdef.c
3090
#undef
g_static_rw_lock_init
macro
[
all
...]
galias.h
3080
#define
g_static_rw_lock_init
macro
[
all
...]
/external/bluetooth/glib/tests/
thread-test.c
228
static GStaticRWLock test_g_static_rw_lock_lock =
G_STATIC_RW_LOCK_INIT
;
/external/bluetooth/glib/docs/reference/glib/tmpl/
threads.sgml
1066
GStaticRWLock rwlock =
G_STATIC_RW_LOCK_INIT
;
1149
<!-- ##### MACRO
G_STATIC_RW_LOCK_INIT
##### -->
1154
g_static_rw_lock_init
().
1160
GStaticRWLock my_lock =
G_STATIC_RW_LOCK_INIT
;
1167
<!-- ##### FUNCTION
g_static_rw_lock_init
##### -->
1171
#
G_STATIC_RW_LOCK_INIT
[
all
...]
/external/bluetooth/glib/docs/reference/glib/
glib-sections.txt
596
G_STATIC_RW_LOCK_INIT
597
g_static_rw_lock_init
[
all
...]
/external/bluetooth/glib/gobject/
gtype.c
351
static GStaticRWLock type_rw_lock =
G_STATIC_RW_LOCK_INIT
;
[
all
...]
/external/bluetooth/glib/docs/reference/
ChangeLog
[
all
...]
/external/bluetooth/glib/
ChangeLog.pre-2-0
[
all
...]
Completed in 3789 milliseconds