CoreNEURON
OMP_Mutex Class Reference

Detailed Description

Definition at line 55 of file nrnmutdec.hpp.

#include <nrnmutdec.hpp>

Public Member Functions

 OMP_Mutex ()=default
 
 ~OMP_Mutex ()=default
 
 OMP_Mutex (const OMP_Mutex &)=delete
 
OMP_Mutexoperator= (const OMP_Mutex &)=delete
 
 OMP_Mutex (const OMP_Mutex &&)=delete
 
OMP_Mutexoperator= (const OMP_Mutex &&)=delete
 
void lock ()
 
void unlock ()
 
bool try_lock ()
 

Constructor & Destructor Documentation

◆ OMP_Mutex() [1/3]

OMP_Mutex::OMP_Mutex ( )
default

◆ ~OMP_Mutex()

OMP_Mutex::~OMP_Mutex ( )
default

◆ OMP_Mutex() [2/3]

OMP_Mutex::OMP_Mutex ( const OMP_Mutex )
delete

◆ OMP_Mutex() [3/3]

OMP_Mutex::OMP_Mutex ( const OMP_Mutex &&  )
delete

Member Function Documentation

◆ lock()

void OMP_Mutex::lock ( )
inline

Definition at line 72 of file nrnmutdec.hpp.

◆ operator=() [1/2]

OMP_Mutex& OMP_Mutex::operator= ( const OMP_Mutex &&  )
delete

◆ operator=() [2/2]

OMP_Mutex& OMP_Mutex::operator= ( const OMP_Mutex )
delete

◆ try_lock()

bool OMP_Mutex::try_lock ( )
inline

Definition at line 77 of file nrnmutdec.hpp.

◆ unlock()

void OMP_Mutex::unlock ( )
inline

Definition at line 74 of file nrnmutdec.hpp.


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