Searched refs:g_task_run_in_thread_sync (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/gio/ |
D | gthreadedresolver.c | 193 g_task_run_in_thread_sync (task, do_lookup_by_name); in lookup_by_name() 235 g_task_run_in_thread_sync (task, do_lookup_by_name); in lookup_by_name_with_flags() 359 g_task_run_in_thread_sync (task, do_lookup_by_address); in lookup_by_address() 1056 g_task_run_in_thread_sync (task, do_lookup_records); in lookup_records()
|
D | gtask.h | 121 void g_task_run_in_thread_sync (GTask *task,
|
D | gio.stp.in | 58 …re_return - Called before a #GTask invokes its callback or returns from g_task_run_in_thread_sync()
|
D | gtask.c | 1585 g_task_run_in_thread_sync (GTask *task, in g_task_run_in_thread_sync() function
|
/third_party/glib/gio/tests/ |
D | mock-resolver.c | 148 g_task_run_in_thread_sync (task, do_lookup_by_name); in lookup_by_name()
|
D | task.c | 1103 g_task_run_in_thread_sync (task, run_in_thread_sync_thread); in test_run_in_thread_sync() 1290 g_task_run_in_thread_sync (nested, run_nested_task_thread); in run_nested_task_thread() 1615 g_task_run_in_thread_sync (task, return_on_cancel_thread); in cancel_sync_runner_thread()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 4510 g_task_run_in_thread_sync
|
/third_party/glib/ |
D | NEWS | 6487 686810 [regression] Infinite wait in g_task_run_in_thread_sync()
|