Home
last modified time | relevance | path

Searched refs:trial (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_for_each/parallel_preorder/
H A Dmain.cpp76 for (unsigned int trial = 0; trial < traversals; ++trial) { in main() local
/oneTBB/test/tbb/
H A Dtest_flow_graph_priorities.cpp781 for (int trial = 0; trial < 10; ++trial) { in test() local
/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp693 for (std::size_t trial = 0; !success; ++trial) { in TestPushPop() local
738 if (trial>= max_trial) { in TestPushPop()