Searched refs:rCount (Results 1 – 2 of 2) sorted by relevance
48 lock->rCount = 0; in Spinlock_Init()96 lock->rCount++; in Spinlock_Lock()97 if (lock->rCount == 1) in Spinlock_Lock()115 lock->rCount--; in Spinlock_Unlock()116 if (lock->rCount == 0) { in Spinlock_Unlock()
20 uint64_t rCount; member