Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_arena.cpp1613 tbb::spin_mutex random_operation_guard; in StressTestMixFunctionality() local
1615 auto get_random_operation = [&operation_rnd, &random_operation_guard, operations_number] () { in StressTestMixFunctionality()
1616 tbb::spin_mutex::scoped_lock lock(random_operation_guard); in StressTestMixFunctionality()