Searched refs:pReSchedProc (Results 1 – 6 of 6) sorted by relevance
280 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 …]
412 void reschedule(PPROCESS pReSchedProc = nullptr);419 void giveWay(PPROCESS pReSchedProc = nullptr);
280 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 …]
412 void reschedule(PPROCESS pReSchedProc = NULL);419 void giveWay(PPROCESS pReSchedProc = NULL);