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

/haiku/headers/private/kernel/
H A DUserTimer.h121 Thread* lockedThread = NULL);
129 Thread* lockedThread = NULL);
H A Dthread_types.h404 Thread* lockedThread = NULL) const;
/haiku/src/system/kernel/
H A DUserTimer.cpp628 TeamTimeUserTimer::Update(Thread* unscheduledThread, Thread* lockedThread) argument
642 _Update(unscheduledThread != NULL, lockedThread);
698 TeamTimeUserTimer::_Update(bool unscheduling, Thread* lockedThread) argument
711 bigtime_t now = fTeam->CPUTime(unscheduling, lockedThread);
H A Dteam.cpp937 Team::CPUTime(bool ignoreCurrentRun, Thread* lockedThread) const
947 bool alreadyLocked = thread == lockedThread;

Completed in 61 milliseconds