Home
last modified time | relevance | path

Searched refs:kWorkerCountPerCPU (Results 1 – 1 of 1) sorted by relevance

/haiku/src/servers/launch/
H A DWorker.cpp13 static const int32 kWorkerCountPerCPU = 3; variable
104 fMaxWorkerCount(kWorkerCountPerCPU) in MainWorker()
109 fMaxWorkerCount = info.cpu_count * kWorkerCountPerCPU; in MainWorker()