Home
last modified time | relevance | path

Searched defs:Spinlock (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/profiling/memory/
Dscoped_spinlock.h31 struct Spinlock { struct
36 static_assert(sizeof(Spinlock) == 2, "spinlock size must be ABI independent"); argument
/external/angle/src/common/
DSpinlock.h51 ANGLE_INLINE Spinlock::Spinlock() noexcept : mLock(0) {} in Spinlock() function