Searched defs:Spinlock (Results 1 – 3 of 3) sorted by relevance
65 pub struct Spinlock<T> { struct70 impl<T> Spinlock<T> { argument
31 struct Spinlock { struct36 static_assert(sizeof(Spinlock) == 2, "spinlock size must be ABI independent"); argument
42 inline Spinlock::Spinlock() noexcept : mLock(false) {} in Spinlock() function