Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dscheduler_common.h260 const int my_pause_threshold; variable
270 : my_pause_threshold{ 2 * (num_workers + 1) } in stealing_loop_backoff()
282 if (my_pause_count++ >= my_pause_threshold) { in pause()
283 my_pause_count = my_pause_threshold; in pause()