Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/rts/
H A DSchedule.c623 shouldYieldCapability (Capability *cap, Task *task, bool didGcLast) in shouldYieldCapability() function
673 if (!shouldYieldCapability(cap,task,false) && in scheduleYield()
690 while (shouldYieldCapability(cap,task,didGcLast)); in scheduleYield()