Home
last modified time | relevance | path

Searched refs:thr (Results 1 – 5 of 5) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_async_node.cpp122 std::thread thr; variable
127 thr = std::thread{[&]{ in __anon83a565ab0102()
138 thr.join();
H A Dconformance_graph.cpp304 std::thread thr([&] { in __anon8ef3c1da0302() variable
311 thr.join();
/oneTBB/test/tbb/
H A Dtest_global_control.cpp223 std::thread thr([] { tbb::parallel_for(0, 1, [](int) {}); } ); in __anon8f1bc23b0302() variable
224 thr.join();
H A Dtest_async_node.cpp682 AsyncActivity(size_t limit) : stop_limit(limit), c(0), thr([this]() { in __anon62ab872d0a02()
700 void wait_for_all() { thr.join(); } in wait_for_all()
710 std::thread thr; member in AsyncActivity
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp184 SharedPoolRun thr; in TestSharedPool() local
189 utils::NativeParallelFor( p, thr ); in TestSharedPool()