Home
last modified time | relevance | path

Searched defs:max_depth (Results 1 – 2 of 2) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dpartitioner.h211 void split_to_fill(depth_t max_depth) { in split_to_fill()
251 bool is_divisible(depth_t max_depth) { in is_divisible()
427 depth_t max_depth() { return my_max_depth; } in max_depth() function
/oneTBB/test/common/
H A Dparallel_for_each_common.h53 size_t FindNumOfTasks(size_t max_depth) { in FindNumOfTasks()