Lines Matching refs:validate
59 void validate(unsigned expected_count, const char* msg) { in validate() function
206 g_TGCCancelled.validate( g_NumThreads, "Too many tasks ran after exception thrown"); in TestParallelLoopAux()
324 g_TGCCancelled.validate(g_NumThreads, "Too many tasks survived exception"); in Test3()
369 g_TGCCancelled.validate(g_NumThreads, "Too many tasks survived exception"); in Test4()
546 g_TGCCancelled.validate(g_NumThreads, "Too many tasks survived cancellation"); in TestCancelation2()
846 g_TGCCancelled.validate(g_NumThreads, "Too many tasks survived cancellation"); in Test1_parallel_for_each()
885 g_TGCCancelled.validate(g_NumThreads, "Too many tasks survived cancellation"); in Test2_parallel_for_each()
931 g_TGCCancelled.validate(g_NumThreads, "Too many tasks survived exception"); in Test3_parallel_for_each()
983 g_TGCCancelled.validate(g_NumThreads, "Too many tasks survived exception"); in Test4_parallel_for_each()
1391 g_TGCCancelled.validate(g_NumThreads, "Too many tasks survived exception"); in Test1_pipeline()
1494 g_TGCCancelled.validate(g_NumThreads, "Tasks not in-flight were executed"); in Test3_pipeline()
1550 …g_TGCCancelled.validate(g_NumThreads, "Too many tasks survived exception"); // probably will asse… in Test4_pipeline()
1674 g_TGCCancelled.validate(g_NumThreads, "Too many tasks survived cancellation"); in TestCancelation1_pipeline()