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

/haiku/src/system/kernel/
H A DUserTimer.cpp634 fRunningThreads = 0;
639 fRunningThreads++;
691 \c fRunningThreads must be up-to-date.
705 if (fRunningThreads == 0) {
719 + (fNextTime - now + fRunningThreads - 1) / fRunningThreads;
/haiku/headers/private/kernel/
H A DUserTimer.h134 int32 fRunningThreads; member in struct:BKernel::TeamTimeUserTimer

Completed in 36 milliseconds