Home
last modified time | relevance | path

Searched refs:validate (Results 1 – 6 of 6) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp59 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 Dtest_parallel_sort.cpp71 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 Dtest_function_node.cpp123 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 Dtest_multifunction_node.cpp115 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 Dutility.hpp220 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 Dgraph_utils.h285 void validate() {
339 void validate() {