Home
last modified time | relevance | path

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

/third_party/boost/boost/fiber/detail/
Dspinlock.hpp42 struct spinlock_lock { struct
43 constexpr spinlock_lock( spinlock &) noexcept {} in spinlock_lock() function
44 void lock() noexcept {} in lock()
45 void unlock() noexcept {} in unlock()