Searched defs:ScopedSpinlock (Results 1 – 1 of 1) sorted by relevance
39 ScopedSpinlock(std::atomic<bool>* lock, Mode mode) : lock_(lock) { in ScopedSpinlock() function50 ScopedSpinlock(ScopedSpinlock&& other) noexcept in ScopedSpinlock() function