Searched refs:FIBERS_INTERNAL_YIELD_PROB (Results 1 – 3 of 3) sorted by relevance
370 …return fibers_may_yield_with_prob_and_reason(FIBERS_INTERNAL_YIELD_PROB, FIBERS_YIELD_REASON_UNKNO… in fibers_may_yield_internal()376 return fibers_may_yield_with_prob_and_reason(FIBERS_INTERNAL_YIELD_PROB, reason); in fibers_may_yield_internal_with_reason()
324 fibers_may_yield_with_prob(FIBERS_INTERNAL_YIELD_PROB); in fibers_rwlock_upgrade()373 fibers_may_yield_with_prob(FIBERS_INTERNAL_YIELD_PROB); in fibers_rwlock_upgrade()
35 #define FIBERS_INTERNAL_YIELD_PROB 4 // switch on internal yield points 1/4 of the times macro