OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPrivate
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/glib/gthread/
gthread-posix.c
265
static
GPrivate
*
268
GPrivate
*result = (
GPrivate
*) g_new (pthread_key_t, 1);
277
g_private_set_posix_impl (
GPrivate
* private_key, gpointer value)
285
g_private_get_posix_impl (
GPrivate
* private_key)
gthread-win32.c
71
/* As noted in the docs,
GPrivate
is a limited resource, here we take
322
static
GPrivate
*
325
GPrivate
*result;
331
"Too many
GPrivate
allocated. Their number is limited to %d.",
350
g_private_set_win32_impl (
GPrivate
* private_key, gpointer value)
368
g_private_get_win32_impl (
GPrivate
* private_key)
/external/bluetooth/glib/glib/
gthread.h
74
typedef struct _GPrivate
GPrivate
;
94
GPrivate
* (*private_new) (GDestroyNotify destructor);
95
gpointer (*private_get) (
GPrivate
*private_key);
96
void (*private_set) (
GPrivate
*private_key,
213
(
GPrivate
*) (value)), \
gthread.c
107
(
GPrivate
*(*)(GDestroyNotify))g_thread_fail, /* private_new */
125
static
GPrivate
*g_thread_specific_private = NULL;
gmessages.c
85
static
GPrivate
*g_log_depth = NULL;
gslice.c
197
static
GPrivate
*private_thread_memory = NULL;
[
all
...]
Completed in 48 milliseconds