Home
last modified time | relevance | path

Searched refs:lockTime (Results 1 – 2 of 2) sorted by relevance

/sys/kern/
Dspinlock.c49 lock->lockTime = 0; in Spinlock_Init()
118 lock->lockTime += Time_GetTSC() - lock->lockedTSC; in Spinlock_Unlock()
143 lock->waitTime, lock->lockTime); in Debug_Spinlocks()
/sys/include/
Dspinlock.h21 uint64_t lockTime; member