Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/common/
H A Dcoroutines.cpp280 if (!pReSchedProc) in reschedule()
281 pReSchedProc = pCurrent; in reschedule()
305 pReSchedProc->pPrevious->pNext = pReSchedProc->pNext; in reschedule()
306 pReSchedProc->pNext->pPrevious = pReSchedProc->pPrevious; in reschedule()
307 pEnd->pNext = pReSchedProc; in reschedule()
317 if (!pReSchedProc) in giveWay()
318 pReSchedProc = pCurrent; in giveWay()
321 if (!pReSchedProc->pNext) in giveWay()
338 pReSchedProc->pPrevious->pNext = pReSchedProc->pNext; in giveWay()
339 pReSchedProc->pNext->pPrevious = pReSchedProc->pPrevious; in giveWay()
[all …]
H A Dcoroutines.h412 void reschedule(PPROCESS pReSchedProc = nullptr);
419 void giveWay(PPROCESS pReSchedProc = nullptr);
/dports/games/residualvm/residualvm-0.3.1/common/
H A Dcoroutines.cpp280 if (!pReSchedProc) in reschedule()
281 pReSchedProc = pCurrent; in reschedule()
305 pReSchedProc->pPrevious->pNext = pReSchedProc->pNext; in reschedule()
306 pReSchedProc->pNext->pPrevious = pReSchedProc->pPrevious; in reschedule()
307 pEnd->pNext = pReSchedProc; in reschedule()
309 pReSchedProc->pNext = NULL; in reschedule()
317 if (!pReSchedProc) in giveWay()
318 pReSchedProc = pCurrent; in giveWay()
321 if (!pReSchedProc->pNext) in giveWay()
338 pReSchedProc->pPrevious->pNext = pReSchedProc->pNext; in giveWay()
[all …]
H A Dcoroutines.h412 void reschedule(PPROCESS pReSchedProc = NULL);
419 void giveWay(PPROCESS pReSchedProc = NULL);
/dports/games/scummvm/scummvm-2.5.1/common/
H A Dcoroutines.cpp280 if (!pReSchedProc) in reschedule()
281 pReSchedProc = pCurrent; in reschedule()
305 pReSchedProc->pPrevious->pNext = pReSchedProc->pNext; in reschedule()
306 pReSchedProc->pNext->pPrevious = pReSchedProc->pPrevious; in reschedule()
307 pEnd->pNext = pReSchedProc; in reschedule()
317 if (!pReSchedProc) in giveWay()
318 pReSchedProc = pCurrent; in giveWay()
321 if (!pReSchedProc->pNext) in giveWay()
338 pReSchedProc->pPrevious->pNext = pReSchedProc->pNext; in giveWay()
339 pReSchedProc->pNext->pPrevious = pReSchedProc->pPrevious; in giveWay()
[all …]
H A Dcoroutines.h412 void reschedule(PPROCESS pReSchedProc = nullptr);
419 void giveWay(PPROCESS pReSchedProc = nullptr);