Lines Matching refs:EXPECT_FALSE
30 EXPECT_FALSE(scheduler.has_runnable_tasks()); in initial_state()
31 EXPECT_FALSE(scheduler.has_suspended_tasks()); in initial_state()
32 EXPECT_FALSE(scheduler.has_outstanding_tickets()); in initial_state()
52 EXPECT_FALSE(scheduler.has_suspended_tasks()); in schedule_task()
53 EXPECT_FALSE(scheduler.has_outstanding_tickets()); in schedule_task()
65 EXPECT_FALSE(scheduler.has_suspended_tasks()); in schedule_task()
66 EXPECT_FALSE(scheduler.has_outstanding_tickets()); in schedule_task()
98 EXPECT_FALSE(scheduler.has_runnable_tasks()); in ticket_obtain_finalize_without_task()
99 EXPECT_FALSE(scheduler.has_suspended_tasks()); in ticket_obtain_finalize_without_task()
104 EXPECT_FALSE(scheduler.has_runnable_tasks()); in ticket_obtain_finalize_without_task()
105 EXPECT_FALSE(scheduler.has_suspended_tasks()); in ticket_obtain_finalize_without_task()
106 EXPECT_FALSE(scheduler.has_outstanding_tickets()); in ticket_obtain_finalize_without_task()
117 EXPECT_FALSE(scheduler.has_runnable_tasks()); in ticket_obtain_finalize_with_task()
118 EXPECT_FALSE(scheduler.has_suspended_tasks()); in ticket_obtain_finalize_with_task()
124 EXPECT_FALSE(scheduler.has_runnable_tasks()); in ticket_obtain_finalize_with_task()
125 EXPECT_FALSE(scheduler.has_suspended_tasks()); in ticket_obtain_finalize_with_task()
126 EXPECT_FALSE(scheduler.has_outstanding_tickets()); in ticket_obtain_finalize_with_task()
139 EXPECT_FALSE(scheduler.has_runnable_tasks()); in ticket_obtain2_duplicate_finalize_release()
140 EXPECT_FALSE(scheduler.has_suspended_tasks()); in ticket_obtain2_duplicate_finalize_release()
146 EXPECT_FALSE(scheduler.has_runnable_tasks()); in ticket_obtain2_duplicate_finalize_release()
149 EXPECT_FALSE(p); // took ownership in ticket_obtain2_duplicate_finalize_release()
152 EXPECT_FALSE(scheduler.has_runnable_tasks()); in ticket_obtain2_duplicate_finalize_release()
155 EXPECT_FALSE(p); // ticket still has one ref in ticket_obtain2_duplicate_finalize_release()
158 EXPECT_FALSE(scheduler.has_runnable_tasks()); in ticket_obtain2_duplicate_finalize_release()
159 EXPECT_FALSE(scheduler.has_suspended_tasks()); in ticket_obtain2_duplicate_finalize_release()
160 EXPECT_FALSE(scheduler.has_outstanding_tickets()); in ticket_obtain2_duplicate_finalize_release()
173 EXPECT_FALSE(scheduler.has_runnable_tasks()); in ticket_obtain2_duplicate_finalize_resume()
174 EXPECT_FALSE(scheduler.has_suspended_tasks()); in ticket_obtain2_duplicate_finalize_resume()
180 EXPECT_FALSE(scheduler.has_runnable_tasks()); in ticket_obtain2_duplicate_finalize_resume()
183 EXPECT_FALSE(p); // took ownership in ticket_obtain2_duplicate_finalize_resume()
187 EXPECT_FALSE(scheduler.has_suspended_tasks()); in ticket_obtain2_duplicate_finalize_resume()
192 EXPECT_FALSE(scheduler.has_suspended_tasks()); in ticket_obtain2_duplicate_finalize_resume()
193 EXPECT_FALSE(scheduler.has_outstanding_tickets()); in ticket_obtain2_duplicate_finalize_resume()
194 EXPECT_FALSE(p); // ticket was already resumed, nothing to return in ticket_obtain2_duplicate_finalize_resume()
213 EXPECT_FALSE(scheduler.has_runnable_tasks()); in ticket_obtain2_release_finalize()
214 EXPECT_FALSE(scheduler.has_suspended_tasks()); in ticket_obtain2_release_finalize()
218 EXPECT_FALSE(scheduler.has_runnable_tasks()); in ticket_obtain2_release_finalize()
219 EXPECT_FALSE(scheduler.has_suspended_tasks()); in ticket_obtain2_release_finalize()
221 EXPECT_FALSE(p); // ticket still has one ref in ticket_obtain2_release_finalize()
226 EXPECT_FALSE(scheduler.has_runnable_tasks()); in ticket_obtain2_release_finalize()
227 EXPECT_FALSE(scheduler.has_suspended_tasks()); in ticket_obtain2_release_finalize()
228 EXPECT_FALSE(scheduler.has_outstanding_tickets()); in ticket_obtain2_release_finalize()
240 EXPECT_FALSE(scheduler.has_runnable_tasks()); in ticket_obtain2_resume_finalize()
241 EXPECT_FALSE(scheduler.has_suspended_tasks()); in ticket_obtain2_resume_finalize()
245 EXPECT_FALSE(scheduler.has_runnable_tasks()); in ticket_obtain2_resume_finalize()
246 EXPECT_FALSE(scheduler.has_suspended_tasks()); in ticket_obtain2_resume_finalize()
253 EXPECT_FALSE(scheduler.has_suspended_tasks()); in ticket_obtain2_resume_finalize()
254 EXPECT_FALSE(scheduler.has_outstanding_tickets()); in ticket_obtain2_resume_finalize()
255 EXPECT_FALSE(p); // took ownership since task already resumed in ticket_obtain2_resume_finalize()
297 EXPECT_FALSE(p2); // didn't take ownership in take_all_tasks()
305 EXPECT_FALSE(p3); // didn't take ownership in take_all_tasks()
315 EXPECT_FALSE(p4); // didn't take ownership in take_all_tasks()
326 EXPECT_FALSE(p5); // didn't take ownership in take_all_tasks()
337 EXPECT_FALSE(scheduler.has_runnable_tasks()); in take_all_tasks()
338 EXPECT_FALSE(scheduler.has_suspended_tasks()); in take_all_tasks()
356 EXPECT_FALSE(scheduler.has_runnable_tasks()); in take_all_tasks()
357 EXPECT_FALSE(scheduler.has_suspended_tasks()); in take_all_tasks()