HDK
|
#include <thread.h>
Public Member Functions | |
lock_guard (spin_mutex &fm) noexcept | |
~lock_guard () noexcept | |
Helper class: scoped lock for a spin_mutex – grabs the lock upon construction, releases the lock when it exits scope.
|
inlinenoexcept |