Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbusprivate.c272 } SharedThreadData; typedef
277 SharedThreadData *data = user_data; in gdbus_shared_thread_func()
290 static SharedThreadData *
294 SharedThreadData *ret; in _g_dbus_shared_thread_ref()
298 SharedThreadData *data; in _g_dbus_shared_thread_ref()
300 data = g_new0 (SharedThreadData, 1); in _g_dbus_shared_thread_ref()
312 ret = (SharedThreadData*) shared_thread_data; in _g_dbus_shared_thread_ref()
318 _g_dbus_shared_thread_unref (SharedThreadData *data) in _g_dbus_shared_thread_unref()
346 SharedThreadData *shared_thread_data;