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

/haiku/src/servers/launch/
H A DWorker.cpp104 fMaxWorkerCount(kWorkerCountPerCPU)
109 fMaxWorkerCount = info.cpu_count * kWorkerCountPerCPU;
136 if ((int32)jobCount > count && count < fMaxWorkerCount) {
H A DWorker.h49 int32 fMaxWorkerCount; member in class:MainWorker

Completed in 78 milliseconds