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

Mutex to protect calls to ItemGroupImpl::_checkNeedUpdate(). More...

#include <arcane/core/internal/ItemGroupInternal.h>

Collaboration diagram for Arcane::ItemGroupInternal::CheckNeedUpdateMutex:

Classes

class  ScopedLock

Public Member Functions

void create ()

Private Member Functions

void _lock () const
void _unlock () const

Private Attributes

std::mutex * m_mutex = nullptr

Detailed Description

Mutex to protect calls to ItemGroupImpl::_checkNeedUpdate().

By default, the mutex is not active. You must call create() to activate it.

Definition at line 147 of file ItemGroupInternal.h.

Constructor & Destructor Documentation

◆ ~CheckNeedUpdateMutex()

Arcane::ItemGroupInternal::CheckNeedUpdateMutex::~CheckNeedUpdateMutex ( )
inline

Definition at line 172 of file ItemGroupInternal.h.

Member Function Documentation

◆ _lock()

void Arcane::ItemGroupInternal::CheckNeedUpdateMutex::_lock ( ) const
inlineprivate

Definition at line 187 of file ItemGroupInternal.h.

◆ _unlock()

void Arcane::ItemGroupInternal::CheckNeedUpdateMutex::_unlock ( ) const
inlineprivate

Definition at line 192 of file ItemGroupInternal.h.

◆ create()

void Arcane::ItemGroupInternal::CheckNeedUpdateMutex::create ( )
inline

Definition at line 176 of file ItemGroupInternal.h.

Member Data Documentation

◆ m_mutex

std::mutex* Arcane::ItemGroupInternal::CheckNeedUpdateMutex::m_mutex = nullptr
private

Definition at line 183 of file ItemGroupInternal.h.


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