Searched refs:oldPenalty (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/scheduler/
H A Dscheduler_thread.h207 int32 oldPenalty = fPriorityPenalty++; local
209 if (GetPriority() - oldPenalty <= kMinimalPriority)
210 fPriorityPenalty = oldPenalty;
250 int32 oldPenalty = fPriorityPenalty; local
253 if (oldPenalty != 0) {

Completed in 36 milliseconds