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

/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dlock.cpp97 static ThreadSpinlock sThreadSpinlock; variable
214 sThreadSpinlock.Unlock();
220 sThreadSpinlock.Lock();
309 AutoLocker<ThreadSpinlock> locker(sThreadSpinlock);
345 AutoLocker<ThreadSpinlock> locker(sThreadSpinlock);
375 AutoLocker<ThreadSpinlock> locker(sThreadSpinlock);
415 sThreadSpinlock.Unlock();
422 sThreadSpinlock.Lock();
464 AutoLocker<ThreadSpinlock> locker(sThreadSpinlock);
497 AutoLocker<ThreadSpinlock> locker(sThreadSpinlock);
[all...]

Completed in 31 milliseconds