BaseLock Struct Reference

#include <spinlock.h>

Inheritance diagram for BaseLock:

公共成员函数

  BaseLock ()
  ~BaseLock ()

Protected Member Functions

void  PerformanceMonitorLockAcquired () const
void  PerformanceMonitorLockReleased () const

Protected Attributes

AtomicInt32   _state

构造函数 & 析构函数文档编制

◆  BaseLock()

BaseLock ( )

◆  ~BaseLock()

~ BaseLock ( )

成员函数文档编制

◆  PerformanceMonitorLockAcquired()

void PerformanceMonitorLockAcquired ( ) const
protected

Notifies a profiler of an acquired lock.

◆  PerformanceMonitorLockReleased()

void PerformanceMonitorLockReleased ( ) const
protected

Notifies a profiler of the unlock.

Member Data Documentation

◆  _state

AtomicInt32 _state
protected