Searched defs:SimpleScopedSpinLocker (Results 1 – 1 of 1) sorted by relevance
40 class SimpleScopedSpinLocker { class42 explicit SimpleScopedSpinLocker(std::atomic<bool>& lock) : lock_(lock) { in SimpleScopedSpinLocker() function in __anon9ce13b6b0111::SimpleScopedSpinLocker