Searched refs:b_cancelled (Results 1 – 1 of 1) sorted by relevance
2129 gboolean a_cancelled, b_cancelled; in g_task_compare_priority() local2142 b_cancelled = (tb->check_cancellable && in g_task_compare_priority()2144 if (a_cancelled && !b_cancelled) in g_task_compare_priority()2146 else if (b_cancelled && !a_cancelled) in g_task_compare_priority()