Searched refs:CPUTime (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/kernel/
H A DUserTimer.cpp516 bigtime_t now = nowValid ? fTeam->CPUTime(false) : 0;
559 now = fTeam->CPUTime(false);
580 _remainingTime = fNextTime - fTeam->CPUTime(false);
711 bigtime_t now = fTeam->CPUTime(unscheduling, lockedThread);
800 now = fTeam->CPUTime(false);
910 bigtime_t now = nowValid ? fThread->CPUTime(false) : 0;
953 now = fThread->CPUTime(false);
975 _remainingTime = fNextTime - fThread->CPUTime(false);
1027 bigtime_t now = fThread->CPUTime(false);
1489 _time = thread->CPUTime(fals
[all...]
H A Dthread.cpp2427 thread->cpu_clock_offset = -thread->CPUTime(false);
H A Dteam.cpp937 Team::CPUTime(bool ignoreCurrentRun, Thread* lockedThread) const function in class:Team
/haiku/headers/private/kernel/
H A Dthread_types.h403 bigtime_t CPUTime(bool ignoreCurrentRun,
633 inline bigtime_t CPUTime(bool ignoreCurrentRun) const;
790 Thread::CPUTime(bool ignoreCurrentRun) const function in class:BKernel::Thread

Completed in 57 milliseconds