Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dtask_arena.h415 int debug_max_concurrency() const { in debug_max_concurrency() function
/oneTBB/test/tbb/
H A Dtest_task_arena.cpp582 int concurrency() { return my_arena.debug_max_concurrency(); } in concurrency()