Home
last modified time | relevance | path

Searched refs:GPrivate (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/glib/gthread/
Dgthread-posix.c265 static GPrivate *
268 GPrivate *result = (GPrivate *) g_new (pthread_key_t, 1); in g_private_new_posix_impl()
277 g_private_set_posix_impl (GPrivate * private_key, gpointer value) in g_private_set_posix_impl()
285 g_private_get_posix_impl (GPrivate * private_key) in g_private_get_posix_impl()
Dgthread-win32.c322 static GPrivate *
325 GPrivate *result; in g_private_new_win32_impl()
350 g_private_set_win32_impl (GPrivate * private_key, gpointer value) in g_private_set_win32_impl()
368 g_private_get_win32_impl (GPrivate * private_key) in g_private_get_win32_impl()
DChangeLog295 implementation of GPrivate behave more closely as in POSIX
296 threads: The value associacted with a GPrivate must be set to NULL
299 value with some GPrivate. To deal with this, if after all
/external/bluetooth/glib/docs/reference/glib/
Dglib-overrides.txt174 # GPrivate
178 <RETURNS>GPrivate*</RETURNS>
185 GPrivate *private_key
191 GPrivate *private_key, gpointer data
Dglib-sections.txt616 GPrivate
/external/bluetooth/glib/glib/
Dgthread.h74 typedef struct _GPrivate GPrivate; typedef
94 GPrivate* (*private_new) (GDestroyNotify destructor);
95 gpointer (*private_get) (GPrivate *private_key);
96 void (*private_set) (GPrivate *private_key,
213 (GPrivate*) (value)), \
Dgthread.c107 (GPrivate*(*)(GDestroyNotify))g_thread_fail, /* private_new */
125 static GPrivate *g_thread_specific_private = NULL;
Dgmessages.c85 static GPrivate *g_log_depth = NULL;
Dgslice.c197 static GPrivate *private_thread_memory = NULL;
/external/bluetooth/glib/
DChangeLog.pre-2-101037 needed because the ordinary GPrivate implementation relies on GArray
DNEWS1781 - Allow up to 100 GPrivate structs
1799 GPrivate destructors [Tor Lillqvist]
DChangeLog.pre-1-21073 into GMutex and GPrivate resp. to make error reporting and use of