Lines Matching refs:is_divisible
212 while( my_size < MaxCapacity && is_divisible(max_depth) ) { in split_to_fill()
251 bool is_divisible(depth_t max_depth) { in is_divisible() function
252 return back_depth() < max_depth && back().is_divisible(); in is_divisible()
281 if ( range.is_divisible() ) { in execute()
282 if ( self().is_divisible() ) { in execute()
286 } while ( range.is_divisible() && self().is_divisible() ); in execute()
335 bool is_divisible() { // part of old should_execute_range() in is_divisible() function
434 if( !range.is_divisible() || !self().max_depth() ) { in work_balance()
447 … if( range_pool.is_divisible(self().max_depth()) ) // was not enough depth to fork a task in work_balance()
482 bool is_divisible() { // part of old should_execute_range() in is_divisible() function
511 while( range.is_divisible() ) in execute()