Lines Matching refs:CHECK_MESSAGE
44 … CHECK_MESSAGE(run == false, "delayed task should not be run until run(task_handle) is called");
61 CHECK_MESSAGE(run == false, "delayed task should not be run until run(task_handle) is called");
64 CHECK_MESSAGE(run == true, "Delayed task should be completed when task_group::wait exits");
66 CHECK_MESSAGE(h == nullptr, "Delayed task can be executed only once");
82 CHECK_MESSAGE(run == false, "delayed task should not be run until run(task_handle) is called");
84 CHECK_MESSAGE(run == true, "Delayed task should be completed when task_group::wait exits");
86 CHECK_MESSAGE(h == nullptr, "Delayed task can be executed only once");
97 CHECK_MESSAGE(empty, "default constructed task_handle should be empty");
101 CHECK_MESSAGE(h != nullptr, "delayed task returned by task_group::delayed should not be empty");
112 CHECK_MESSAGE(empty, "default constructed task_handle should be empty");
113 CHECK_MESSAGE(h == nullptr, "default constructed task_handle should be empty");
114 CHECK_MESSAGE(nullptr == h, "default constructed task_handle should be empty");
118 … CHECK_MESSAGE(h != nullptr, "deferred task returned by task_group::defer() should not be empty");
119 … CHECK_MESSAGE(nullptr != h, "deferred task returned by task_group::defer() should not be empty");
153 …CHECK_MESSAGE(completed == false, "Deferred task should not be run until run(task_handle) is calle… in __anon0c2008c70702()
159 … CHECK_MESSAGE(completed == true, "Deferred task should be completed when task_group::wait exits"); in __anon0c2008c70702()
164 …CHECK_MESSAGE(completed == false, "Deferred task should not be run until run(task_handle) is calle…
169 …CHECK_MESSAGE(completed == false, "Deferred task should not be run until run(task_handle) and wait…
231 CHECK_MESSAGE( in run_cancellation_use_case()
237 CHECK_MESSAGE( in run_cancellation_use_case()
242 CHECK_MESSAGE(0 == count, "Some of the inner group tasks were not executed."); in run_cancellation_use_case()