#include <profiler.h>
Public Member Functions | |
| SpinLockGuard (SpinLock &lock) | |
| ~SpinLockGuard () | |
Private Attributes | |
| SpinLock & | lock_ |
Definition at line 32 of file profiler.h.
| swri_profiler::SpinLockGuard::SpinLockGuard | ( | SpinLock & | lock | ) | [inline] |
Definition at line 37 of file profiler.h.
| swri_profiler::SpinLockGuard::~SpinLockGuard | ( | ) | [inline] |
Definition at line 38 of file profiler.h.
SpinLock& swri_profiler::SpinLockGuard::lock_ [private] |
Definition at line 34 of file profiler.h.