Searched refs:time_lock (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/kernel/arch/arm/
H A Dasm_offsets.cpp38 DEFINE_OFFSET_MACRO(THREAD, Thread, time_lock);
/haiku/src/system/kernel/
H A DUserTimer.cpp512 SpinLocker timeLocker(fTeam != NULL ? &fTeam->time_lock : NULL);
551 timeLocker.SetTo(newTeam->time_lock, false);
579 InterruptsSpinLocker timeLocker(fTeam->time_lock);
594 The caller must hold \c time_lock and \c sUserTimerLock.
622 The caller must hold \c time_lock and \c sUserTimerLock.
649 The caller must hold \c time_lock and \c sUserTimerLock.
692 The caller must hold \c time_lock and \c sUserTimerLock.
760 SpinLocker timeLocker(fTeam != NULL ? &fTeam->time_lock : NULL);
794 timeLocker.SetTo(newTeam->time_lock, false);
820 InterruptsSpinLocker timeLocker(fTeam->time_lock);
[all...]
H A Dthread.cpp212 B_INITIALIZE_SPINLOCK(&time_lock);
1082 SpinLocker timeLocker(team->time_lock);
1139 SpinLocker timeLocker(kernelTeam->time_lock);
1221 InterruptsSpinLocker threadTimeLocker(thread->time_lock);
2081 SpinLocker teamTimeLocker(kernelTeam->time_lock);
2082 SpinLocker threadTimeLocker(thread->time_lock);
2342 SpinLocker threadTimeLocker(thread->time_lock);
2372 SpinLocker threadTimeLocker(thread->time_lock);
2395 SpinLocker threadTimeLocker(thread->time_lock);
2426 InterruptsSpinLocker timeLocker(thread->time_lock);
[all...]
H A Dteam.cpp485 B_INITIALIZE_SPINLOCK(&time_lock);
927 The caller must hold \c time_lock.
948 SpinLocker threadTimeLocker(thread->time_lock, alreadyLocked);
966 The caller must hold \c time_lock.
979 SpinLocker threadTimeLocker(thread->time_lock);
2821 InterruptsSpinLocker threadTimeLocker(thread->time_lock);
2840 InterruptsSpinLocker threadTimeLocker(thread->time_lock);
3254 InterruptsSpinLocker timeLocker(team->time_lock);
/haiku/src/system/kernel/scheduler/
H A Dscheduler_thread.h221 SpinLocker threadTimeLocker(fThread->time_lock);
232 SpinLocker threadTimeLocker(fThread->time_lock);
239 SpinLocker teamTimeLocker(team->time_lock);
H A Dscheduler.cpp234 SpinLocker teamLocker(&fromThread->team->time_lock);
235 SpinLocker threadLocker(&fromThread->time_lock);
247 SpinLocker teamLocker(&thread->team->time_lock);
248 SpinLocker threadLocker(&thread->time_lock);
278 SpinLocker locker(thread->time_lock);
/haiku/src/system/kernel/arch/x86/
H A Dasm_offsets.cpp42 DEFINE_OFFSET_MACRO(THREAD, Thread, time_lock);
/haiku/headers/private/kernel/
H A Dthread_types.h282 // protected by time_lock
286 spinlock time_lock; member in struct:BKernel::Team
471 bool in_kernel; // protected by time_lock, only written by
541 spinlock time_lock; member in struct:BKernel::Thread
542 bigtime_t user_time; // protected by time_lock
543 bigtime_t kernel_time; // protected by time_lock
544 bigtime_t last_time; // protected by time_lock
545 bigtime_t cpu_clock_offset; // protected by time_lock
643 // protected by time_lock
781 The caller must hold \c time_lock
[all...]

Completed in 90 milliseconds