Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_collaborative_call_once.cpp256 auto setB = [&b]() { b = true; }; in __anon8532fc100802() variable
271 tbb::collaborative_call_once(flag, setB);
275 tbb::collaborative_call_once(flag, setB); // Now the call_once flag should be set.