Lines Matching refs:gpointer
52 typedef gpointer (*GThreadFunc) (gpointer data);
67 gpointer data;
95 gpointer (*private_get) (GPrivate *private_key);
97 gpointer data);
99 gpointer data,
104 gpointer thread,
107 void (*thread_join) (gpointer thread);
109 void (*thread_set_priority)(gpointer thread,
111 void (*thread_self) (gpointer thread);
112 gboolean (*thread_equal) (gpointer thread1,
113 gpointer thread2);
209 ((gpointer)private_key), \
222 gpointer data,
229 void g_thread_exit (gpointer retval);
230 gpointer g_thread_join (GThread *thread);
256 gpointer g_static_private_get (GStaticPrivate *private_key);
258 gpointer data,
306 gpointer user_data);
319 volatile gpointer retval;
324 gpointer g_once_impl (GOnce *once, GThreadFunc func, gpointer arg);
344 if G_LIKELY ((gpointer) g_atomic_pointer_get (value_location) != NULL) in g_once_init_enter()