#include <profiler.h>
Public Member Functions | |
void | acquire () |
void | release () |
SpinLock () | |
Private Attributes | |
std::atomic_flag | locked_ |
Definition at line 15 of file profiler.h.
swri_profiler::SpinLock::SpinLock | ( | ) | [inline] |
Definition at line 19 of file profiler.h.
void swri_profiler::SpinLock::acquire | ( | ) | [inline] |
Definition at line 21 of file profiler.h.
void swri_profiler::SpinLock::release | ( | ) | [inline] |
Definition at line 26 of file profiler.h.
std::atomic_flag swri_profiler::SpinLock::locked_ [private] |
Definition at line 17 of file profiler.h.