Open CASCADE Technology  7.6.0
Data Structures | Typedefs

Standard_Mutex.hxx File Reference

#include <Standard_Integer.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_ErrorHandler.hxx>
#include <NCollection_Shared.hxx>
#include <pthread.h>
#include <unistd.h>
#include <time.h>

Data Structures

class  Standard_Mutex
 Mutex: a class to synchronize access to shared data. More...
 
class  Standard_Mutex::Sentry
 Simple sentry class providing convenient interface to mutex. More...
 

Typedefs

typedef NCollection_Shared< Standard_MutexStandard_HMutex
 

Typedef Documentation

◆ Standard_HMutex