Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbusprivate.c293 static gsize shared_thread_data = 0; in _g_dbus_shared_thread_ref() local
296 if (g_once_init_enter (&shared_thread_data)) in _g_dbus_shared_thread_ref()
309 g_once_init_leave (&shared_thread_data, (gsize) data); in _g_dbus_shared_thread_ref()
312 ret = (SharedThreadData*) shared_thread_data; in _g_dbus_shared_thread_ref()
346 SharedThreadData *shared_thread_data; member
456 _g_dbus_shared_thread_unref (worker->shared_thread_data); in _g_dbus_worker_unref()
558 g_source_attach (idle_source, worker->shared_thread_data->context); in _g_dbus_worker_unfreeze()
1605 g_source_attach (idle_source, worker->shared_thread_data->context); in schedule_writing_unlocked()
1690 worker->shared_thread_data = _g_dbus_shared_thread_ref (); in _g_dbus_worker_new()
1700 g_source_attach (idle_source, worker->shared_thread_data->context); in _g_dbus_worker_new()