Searched defs:Spinlock (Results 1 – 2 of 2) sorted by relevance
31 struct Spinlock { struct36 static_assert(sizeof(Spinlock) == 2, "spinlock size must be ABI independent"); argument
51 ANGLE_INLINE Spinlock::Spinlock() noexcept : mLock(0) {} in Spinlock() function