Searched refs:wasPreempted (Results 1 - 3 of 3) sorted by path

/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp298 CPUEntry::StartQuantumTimer(ThreadData* thread, bool wasPreempted) argument
302 if (!wasPreempted || fUpdateLoadEvent)
H A Dscheduler_cpu.h86 bool wasPreempted);
H A Dscheduler_thread.h67 inline bool HasQuantumEnded(bool wasPreempted, bool hasYielded);
307 ThreadData::HasQuantumEnded(bool wasPreempted, bool hasYielded) argument
320 if (hasYielded || wasPreempted || timeLeft <= skipTime) {

Completed in 82 milliseconds