Lines Matching refs:my_max_depth
394 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()
421 my_max_depth += __TBB_DEMAND_DEPTH_ADD; 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()
460 else if ( self().my_divisor && my_max_depth ) { // make balancing task in check_for_demand()
465 my_max_depth += __TBB_DEMAND_DEPTH_ADD; in check_for_demand()
484 if( my_divisor && my_max_depth ) { // can split the task. TODO: on-stack flag instead in is_divisible()
486 my_max_depth--; in is_divisible()
494 my_max_depth += __TBB_DEMAND_DEPTH_ADD; in check_for_demand()
538 my_max_depth = factor_power + 1; in affinity_partition_type()
539 __TBB_ASSERT( my_max_depth < __TBB_RANGE_POOL_CAPACITY, nullptr ); in affinity_partition_type()