Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dscheduler_common.h261 const int my_yield_threshold; variable
273 , my_yield_threshold{10 * yields_multiplier}
275 , my_yield_threshold{100 * yields_multiplier}
285 if (my_yield_count++ >= my_yield_threshold) { in pause()
286 my_yield_count = my_yield_threshold; in pause()