OELockSpinlock

class OELockSpinlock

This class can be used to ensure an OESpinlock object is properly released when this object falls out of scope.

OELockSpinlock = std::lock_guard<OESpinlock>;

See also