Searched refs:steal_end (Results 1 – 1 of 1) sorted by relevance
100 unsigned steal_start = 0, steal_end = kStealDomainSize; in Impl() local103 if (steal_end + kStealDomainSize < num_inter_op_threads) { in Impl()104 steal_start = steal_end; in Impl()105 steal_end += kStealDomainSize; in Impl()107 steal_end = num_inter_op_threads; in Impl()108 steal_start = steal_end - kStealDomainSize; in Impl()111 steal_partitions[i] = std::make_pair(steal_start, steal_end); in Impl()113 << " steal_end: " << steal_end; in Impl()