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

/haiku-fatelf/src/kits/media/
H A DMediaEventLooper.cpp57 fCurrentPriority(B_URGENT_PRIORITY),
174 if (priority != fCurrentPriority) {
175 fCurrentPriority = priority;
177 set_thread_priority(fControlThread, fCurrentPriority);
309 return fCurrentPriority;
358 fCurrentPriority = (RunMode() == B_OFFLINE) ? min_c(B_NORMAL_PRIORITY, fSetPriority) : fSetPriority;
361 set_thread_priority(fControlThread, fCurrentPriority);
427 fControlThread = spawn_thread(_ControlThreadStart, threadName, fCurrentPriority, this);
/haiku-fatelf/headers/os/media/
H A DMediaEventLooper.h115 int32 fCurrentPriority; member in class:BMediaEventLooper

Completed in 87 milliseconds