|
Wildmeshing Toolkit
|
Public Member Functions | |
| spin_mutex (const spin_mutex &) noexcept | |
| spin_mutex (spin_mutex &&) noexcept | |
| spin_mutex & | operator= (const spin_mutex &) noexcept |
| spin_mutex & | operator= (spin_mutex &&) noexcept |
| void | lock () |
| bool | try_lock () |
| void | unlock () |
Private Attributes | |
| std::atomic< bool > | m_locked {false} |