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

/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dtimer.cpp46 static spinlock sTimerSpinlock; variable
64 acquire_spinlock(&sTimerSpinlock);
97 release_spinlock(&sTimerSpinlock);
126 acquire_spinlock(&sTimerSpinlock);
142 release_spinlock(&sTimerSpinlock);
162 acquire_spinlock(&sTimerSpinlock);
175 release_spinlock(&sTimerSpinlock);
191 B_INITIALIZE_SPINLOCK(&sTimerSpinlock);

Completed in 79 milliseconds