Searched defs:TCMalloc_SpinLock (Results 1 – 1 of 1) sorted by relevance
60 struct TCMalloc_SpinLock { struct62 inline void Lock() { in Lock()93 inline void Unlock() { in Unlock()125 inline bool IsHeld() const { in IsHeld()129 inline void Init() { lockword_ = 0; } in Init()131 volatile unsigned int lockword_;197 struct TCMalloc_SpinLock { struct220 class TCMalloc_SpinLockHolder { argument222 TCMalloc_SpinLock* lock_; argument