#include <spinlock.h>
公共成员函数 |
|
| BaseLock () | |
| ~BaseLock () | |
Protected Member Functions |
|
| void | PerformanceMonitorLockAcquired () const |
| void | PerformanceMonitorLockReleased () const |
Protected Attributes |
|
| AtomicInt32 | _state |
| BaseLock | ( | ) |
| ~ BaseLock | ( | ) |
|
protected |
Notifies a profiler of an acquired lock.
|
protected |
Notifies a profiler of the unlock.
|
protected |