Lines Matching refs:CHECK
60 CHECK(m_tagQueue.empty()); in ~AsyncActivity()
96 CHECK(thread_id == std::this_thread::get_id()); in operator ()()
208 CHECK(m_tagQueue.empty()); in ~EpochAsyncActivity()
279 CHECK(local_epoch < global_epoch); in TestSuspendResume()
280 CHECK(ets_fiber.local() == i); in TestSuspendResume()
285 CHECK(local_epoch2 < global_epoch); in TestSuspendResume()
291 CHECK(local_epoch < global_epoch); in TestSuspendResume()
292 CHECK(ets_fiber.local() == i); in TestSuspendResume()
296 CHECK(outer_par_iters == N); in TestSuspendResume()
297 CHECK(inner_par_iters == N*N*iter_size); in TestSuspendResume()
326 CHECK(iter_spawned == 460); in TestCleanupMaster()
328 CHECK(iter_executed == 460); in TestCleanupMaster()
359 CHECK(iter == (arena.max_concurrency() / 2 * 10)); in TestNativeThread()
397 CHECK(thread_id == std::this_thread::get_id()); in TestObservers()
415 CHECK(m_local == false); in TestCaseGuard()
419 CHECK(m_local == true); in ~TestCaseGuard()