Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dpartitioner.h394 depth_t my_max_depth; member
398 , my_max_depth(__TBB_INIT_DEPTH) {} in dynamic_grainsize_mode()
402 , my_max_depth(p.my_max_depth) {} in dynamic_grainsize_mode()
406 , my_max_depth(p.my_max_depth) {} in dynamic_grainsize_mode()
420 if( !my_max_depth ) my_max_depth++; in check_being_stolen()
427 depth_t max_depth() { return my_max_depth; } in max_depth()
429 __TBB_ASSERT(base <= my_max_depth, nullptr); in align_depth()
430 my_max_depth -= base; in align_depth()
486 my_max_depth--; in is_divisible()
494 my_max_depth += __TBB_DEMAND_DEPTH_ADD; in check_for_demand()
[all …]