OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_static_private_get
(Results
1 - 15
of
15
) sorted by null
/external/bluetooth/glib/tests/
thread-test.c
145
private1 =
g_static_private_get
(&test_g_static_private_private1);
153
private2 =
g_static_private_get
(&test_g_static_private_private2);
175
private2 =
g_static_private_get
(&test_g_static_private_private2);
/external/bluetooth/glib/gio/
gcancellable.c
254
l =
g_static_private_get
(¤t_cancellable);
271
l =
g_static_private_get
(¤t_cancellable);
293
l =
g_static_private_get
(¤t_cancellable);
/external/bluetooth/glib/glib/
gthread.h
256
gpointer
g_static_private_get
(GStaticPrivate *private_key);
gthread.c
420
g_static_private_get
(GStaticPrivate *private_key)
function
galiasdef.c
3057
#undef
g_static_private_get
macro
[
all
...]
gutf8.c
547
GCharsetCache *cache =
g_static_private_get
(&cache_private);
[
all
...]
galias.h
3047
#define
g_static_private_get
macro
[
all
...]
gstrfuncs.c
[
all
...]
gconvert.c
[
all
...]
gmain.c
[
all
...]
gutils.c
[
all
...]
/external/webkit/Source/JavaScriptCore/wtf/
ThreadSpecific.h
195
Data* data = static_cast<Data*>(
g_static_private_get
(&m_key));
/external/bluetooth/glib/gmodule/
gmodule.c
604
return
g_static_private_get
(&module_error_private);
/external/bluetooth/glib/docs/reference/glib/
glib-sections.txt
625
g_static_private_get
[
all
...]
/external/bluetooth/glib/docs/reference/glib/tmpl/
threads.sgml
[
all
...]
Completed in 232 milliseconds