Searched refs:setB (Results 1 – 1 of 1) sorted by relevance
256 auto setB = [&b]() { b = true; }; in __anon8532fc100802() variable271 tbb::collaborative_call_once(flag, setB);275 tbb::collaborative_call_once(flag, setB); // Now the call_once flag should be set.