libzypp  17.35.14
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 65 of file LogControl.cc.

Member Function Documentation

◆ lock()

void zypp::SpinLock::lock ( )
inline

Definition at line 67 of file LogControl.cc.

◆ unlock()

void zypp::SpinLock::unlock ( )
inline

Definition at line 74 of file LogControl.cc.

Member Data Documentation

◆ _atomicLock

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

Definition at line 80 of file LogControl.cc.


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