cartobase  4.7.0
carto::Mutex::Private Struct Reference

Private structure, specialized for pthread implementation only. More...

#include <cartobase/thread/mutexprivatepthread.h>

Public Attributes

pthread_mutex_t mutex
 
pthread_mutexattr_t attributes
 

Detailed Description

Private structure, specialized for pthread implementation only.

Only Mutex and ThreadCondition implementations for pthread should use this structure

Definition at line 50 of file mutexprivatepthread.h.

Member Data Documentation

◆ attributes

pthread_mutexattr_t carto::Mutex::Private::attributes

Definition at line 53 of file mutexprivatepthread.h.

◆ mutex

pthread_mutex_t carto::Mutex::Private::mutex

Definition at line 52 of file mutexprivatepthread.h.


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