Home
last modified time | relevance | path

Searched refs:GStaticPrivate (Results 1 – 16 of 16) sorted by relevance

/external/bluetooth/glib/glib/
Dgthread.h75 typedef struct _GStaticPrivate GStaticPrivate; typedef
255 void g_static_private_init (GStaticPrivate *private_key);
256 gpointer g_static_private_get (GStaticPrivate *private_key);
257 void g_static_private_set (GStaticPrivate *private_key,
260 void g_static_private_free (GStaticPrivate *private_key);
Dgthread.c414 g_static_private_init (GStaticPrivate *private_key) in g_static_private_init()
420 g_static_private_get (GStaticPrivate *private_key) in g_static_private_get()
439 g_static_private_set (GStaticPrivate *private_key, in g_static_private_set()
498 g_static_private_free (GStaticPrivate *private_key) in g_static_private_free()
Dgstrfuncs.c930 static GStaticPrivate msg_private = G_STATIC_PRIVATE_INIT; in g_strerror()
1411 static GStaticPrivate msg_private = G_STATIC_PRIVATE_INIT; in g_strsignal()
Dgutf8.c546 static GStaticPrivate cache_private = G_STATIC_PRIVATE_INIT; in g_get_charset()
Dgconvert.c1202 static GStaticPrivate cache_private = G_STATIC_PRIVATE_INIT; in g_get_filename_charsets()
Dgutils.c3088 static GStaticPrivate cache_private = G_STATIC_PRIVATE_INIT; in g_get_language_names()
Dgmain.c1490 static GStaticPrivate depth_private = G_STATIC_PRIVATE_INIT; in get_dispatch()
/external/bluetooth/glib/tests/
Dthread-test.c111 static GStaticPrivate test_g_static_private_private1 = G_STATIC_PRIVATE_INIT;
112 static GStaticPrivate test_g_static_private_private2 = G_STATIC_PRIVATE_INIT;
/external/bluetooth/glib/gio/
Dgcancellable.c72 static GStaticPrivate current_cancellable = G_STATIC_PRIVATE_INIT;
/external/webkit/Source/JavaScriptCore/wtf/
DThreadSpecific.h112 GStaticPrivate m_key;
/external/bluetooth/glib/docs/reference/glib/
Dglib-overrides.txt194 # GStaticPrivate
Dglib-sections.txt622 GStaticPrivate
/external/bluetooth/glib/gmodule/
Dgmodule.c94 static GStaticPrivate module_error_private = G_STATIC_PRIVATE_INIT;
/external/bluetooth/glib/
DChangeLog.pre-1-21072 Changed GStaticMutex and GStaticPrivate in gmem.c and gmessages.c
DChangeLog.pre-2-03292 GStaticPrivate to store the thread specific main loop context.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1622232 Implement ThreadSpecific with glib's GStaticPrivate.