Searched refs:validate (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_eh_algorithms.cpp | 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() [all …]
|
| H A D | test_parallel_sort.cpp | 71 void validate(Range test_range, Range sorted_range) { in validate() function 161 validate(range, sorted_range); in run() 172 validate(range, sorted_range); in run()
|
| H A D | test_function_node.cpp | 123 receivers[r]->validate(); in buffered_levels() 133 receivers[r]->validate(); in buffered_levels() 205 receivers[r]->validate(); in buffered_levels_with_copy() 214 receivers[r]->validate(); in buffered_levels_with_copy()
|
| H A D | test_multifunction_node.cpp | 115 receivers[r]->validate(); in buffered_levels() 125 receivers[r]->validate(); in buffered_levels() 196 receivers[r]->validate(); in buffered_levels_with_copy() 205 receivers[r]->validate(); in buffered_levels_with_copy()
|
| /oneTBB/examples/common/utility/ |
| H A D | utility.hpp | 220 bool (*validate)(const type&) = nullptr) { in arg() 221 internal::argument a(name, description, dest, validate); in arg() 235 bool (*validate)(const type&) = nullptr) { in positional_arg() 236 internal::argument a(name, description, dest, validate); in positional_arg()
|
| /oneTBB/test/common/ |
| H A D | graph_utils.h | 285 void validate() { 339 void validate() {
|