libzypp 17.31.23
zypp::SpinLock Class Reference

Public Member Functions

void lock ()
 
void unlock ()
 

Private Attributes

std::atomic_flag _atomicLock = ATOMIC_FLAG_INIT
 

Detailed Description

Definition at line 64 of file LogControl.cc.

Member Function Documentation

◆ lock()

void zypp::SpinLock::lock ( )
inline

Definition at line 66 of file LogControl.cc.

◆ unlock()

void zypp::SpinLock::unlock ( )
inline

Definition at line 73 of file LogControl.cc.

Member Data Documentation

◆ _atomicLock

std::atomic_flag zypp::SpinLock::_atomicLock = ATOMIC_FLAG_INIT
private

Definition at line 79 of file LogControl.cc.


The documentation for this class was generated from the following file: