Searched refs:GPrivate (Results 1 – 12 of 12) sorted by relevance
265 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()
322 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()
295 implementation of GPrivate behave more closely as in POSIX296 threads: The value associacted with a GPrivate must be set to NULL299 value with some GPrivate. To deal with this, if after all
174 # GPrivate178 <RETURNS>GPrivate*</RETURNS>185 GPrivate *private_key191 GPrivate *private_key, gpointer data
616 GPrivate
74 typedef struct _GPrivate GPrivate; typedef94 GPrivate* (*private_new) (GDestroyNotify destructor);95 gpointer (*private_get) (GPrivate *private_key);96 void (*private_set) (GPrivate *private_key,213 (GPrivate*) (value)), \
107 (GPrivate*(*)(GDestroyNotify))g_thread_fail, /* private_new */125 static GPrivate *g_thread_specific_private = NULL;
85 static GPrivate *g_log_depth = NULL;
197 static GPrivate *private_thread_memory = NULL;
1037 needed because the ordinary GPrivate implementation relies on GArray
1781 - Allow up to 100 GPrivate structs1799 GPrivate destructors [Tor Lillqvist]
1073 into GMutex and GPrivate resp. to make error reporting and use of