Searched refs:call_once_threads (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_collaborative_call_once.cpp | 103 void call_once_threads(std::size_t N, Fn&& body, Args&&... args) { in call_once_threads() function 147 call_once_threads(utils::get_platform_max_threads(), f); 173 call_once_threads(utils::get_platform_max_threads(), f, 0, -1, -5); 202 call_once_threads(utils::get_platform_max_threads(), func, std::move(mv)); 228 call_once_threads(N, f);
|