• Home
  • Raw
  • Download

Lines Matching refs:g_task_get_completed

55   g_assert_true (g_task_get_completed (task));  in wait_for_completed_notification()
76 g_assert_false (g_task_get_completed (G_TASK (result))); in basic_callback()
142 g_assert_false (g_task_get_completed (G_TASK (result))); in error_callback()
225 g_assert_false (g_task_get_completed (G_TASK (result))); in same_callback()
288 g_assert_false (g_task_get_completed (G_TASK (result))); in toplevel_callback()
344 g_assert_false (g_task_get_completed (G_TASK (result))); in anon_callback()
419 g_assert_false (g_task_get_completed (G_TASK (result))); in wrong_callback()
523 g_assert_false (g_task_get_completed (G_TASK (result))); in report_callback()
571 g_assert_false (g_task_get_completed (G_TASK (result))); in priority_callback()
680 g_assert_false (g_task_get_completed (G_TASK (result))); in asynchronous_cancellation_callback()
708 g_assert_false (g_task_get_completed (task)); in asynchronous_cancellation_cancel_task()
733 g_assert_false (g_task_get_completed (task)); in asynchronous_cancellation_cancelled()
794 g_assert_true (g_task_get_completed (task)); in test_asynchronous_cancellation()
897 g_assert_false (g_task_get_completed (G_TASK (result))); in return_if_cancelled_callback()
980 g_assert_false (g_task_get_completed (G_TASK (result))); in run_in_thread_callback()
1004 g_assert_false (g_task_get_completed (task)); in run_in_thread_thread()
1080 g_assert_false (g_task_get_completed (task)); in run_in_thread_sync_thread()
1108 g_assert_true (g_task_get_completed (task)); in test_run_in_thread_sync()
1139 g_assert_false (g_task_get_completed (G_TASK (result))); in quit_main_loop_callback()
1438 g_assert_false (g_task_get_completed (G_TASK (result))); in return_on_cancel_callback()
1760 g_assert_false (g_task_get_completed (G_TASK (result))); in return_on_cancel_atomic_callback()
1784 g_assert_false (g_task_get_completed (task)); in return_on_cancel_atomic_thread()
2069 g_assert_false (g_task_get_completed (G_TASK (result))); in keepalive_callback()