Searched refs:ignoreCurrentRun (Results 1 - 2 of 2) sorted by last modified time

/haiku/headers/private/kernel/
H A Dthread_types.h403 bigtime_t CPUTime(bool ignoreCurrentRun,
633 inline bigtime_t CPUTime(bool ignoreCurrentRun) const;
783 \param ignoreCurrentRun If \c true and the thread is currently running,
790 Thread::CPUTime(bool ignoreCurrentRun) const
796 if (!ignoreCurrentRun && last_time != 0)
/haiku/src/system/kernel/
H A Dteam.cpp929 \param ignoreCurrentRun If \c true and the current thread is one team's
937 Team::CPUTime(bool ignoreCurrentRun, Thread* lockedThread) const argument
952 if (!ignoreCurrentRun || thread != currentThread)

Completed in 57 milliseconds