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

/haiku/src/system/kernel/scheduler/
H A Dscheduler_thread.cpp34 fEffectivePriority = GetPriority();
108 std::max(GetPriority() - _GetMinimalPriority(), int32(0)));
132 int32 priority = GetPriority() - _GetPenalty();
286 fEffectivePriority = GetPriority();
288 fEffectivePriority = GetPriority();
H A Dscheduler_thread.h40 inline int32 GetPriority() const { return fThread->priority; } function in struct:Scheduler::ThreadData
152 int32 priority = GetPriority() / kDivisor;
160 return GetPriority() >= B_FIRST_REAL_TIME_PRIORITY;
167 return GetPriority() == B_IDLE_PRIORITY;
209 if (GetPriority() - oldPenalty <= kMinimalPriority)
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.h55 int32 GetPriority();
H A DGenericThread.cpp384 GenericThread::GetPriority() function in class:GenericThread
/haiku/src/apps/expander/
H A DGenericThread.h58 int32 GetPriority(void);
H A DGenericThread.cpp376 GenericThread::GetPriority(void) function in class:GenericThread

Completed in 51 milliseconds