Open CASCADE Technology 7.8.2.dev
|
#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_Mutex > | Standard_HMutex |