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

/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dlock.cpp57 struct ThreadSpinlock { struct
58 ThreadSpinlock() function in struct:ThreadSpinlock
67 ~ThreadSpinlock()
97 static ThreadSpinlock sThreadSpinlock;
309 AutoLocker<ThreadSpinlock> locker(sThreadSpinlock);
345 AutoLocker<ThreadSpinlock> locker(sThreadSpinlock);
375 AutoLocker<ThreadSpinlock> locker(sThreadSpinlock);
464 AutoLocker<ThreadSpinlock> locker(sThreadSpinlock);
497 AutoLocker<ThreadSpinlock> locker(sThreadSpinlock);
535 AutoLocker<ThreadSpinlock> locke
[all...]

Completed in 12 milliseconds