Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::CriticalSection Class Reference

Critical section in multi-thread. More...

#include <arcane/utils/CriticalSection.h>

Collaboration diagram for Arcane::CriticalSection:

Public Member Functions

 CriticalSection (IThreadMng *tm)

Private Attributes

IThreadMngm_thread_mng

Detailed Description

Critical section in multi-thread.

Definition at line 31 of file CriticalSection.h.

Constructor & Destructor Documentation

◆ CriticalSection()

Arcane::CriticalSection::CriticalSection ( IThreadMng * tm)
inline

Definition at line 35 of file CriticalSection.h.

◆ ~CriticalSection()

Arcane::CriticalSection::~CriticalSection ( )
inline

Definition at line 40 of file CriticalSection.h.

Member Data Documentation

◆ m_thread_mng

IThreadMng* Arcane::CriticalSection::m_thread_mng
private

Definition at line 47 of file CriticalSection.h.


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