gem5  v21.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
UncontendedMutex Class Reference

#include <uncontended_mutex.hh>

Public Member Functions

 UncontendedMutex ()
 
void lock ()
 
void unlock ()
 

Private Member Functions

bool testAndSet (int expected, int desired)
 

Private Attributes

std::atomic< int > flag
 
std::mutex m
 
std::condition_variable cv
 

Detailed Description

Definition at line 44 of file uncontended_mutex.hh.

Constructor & Destructor Documentation

◆ UncontendedMutex()

UncontendedMutex::UncontendedMutex ( )
inline

Definition at line 64 of file uncontended_mutex.hh.

Member Function Documentation

◆ lock()

void UncontendedMutex::lock ( )
inline

◆ testAndSet()

bool UncontendedMutex::testAndSet ( int  expected,
int  desired 
)
inlineprivate

Definition at line 58 of file uncontended_mutex.hh.

References expected, and flag.

Referenced by lock(), and unlock().

◆ unlock()

void UncontendedMutex::unlock ( )
inline

Member Data Documentation

◆ cv

std::condition_variable UncontendedMutex::cv
private

Definition at line 55 of file uncontended_mutex.hh.

Referenced by lock(), and unlock().

◆ flag

std::atomic<int> UncontendedMutex::flag
private

Definition at line 53 of file uncontended_mutex.hh.

Referenced by lock(), testAndSet(), and unlock().

◆ m

std::mutex UncontendedMutex::m
private

Definition at line 54 of file uncontended_mutex.hh.

Referenced by lock(), and unlock().


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

Generated on Tue Mar 23 2021 19:41:42 for gem5 by doxygen 1.8.17