Open CASCADE Technology
6.5.4
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <TCollection_AsciiString.hxx>
#include <Standard_Integer.hxx>
#include <OSD_Error.hxx>
#include <Standard_Boolean.hxx>
Data Structures | |
class | OSD_Semaphore |
IPC Tools -Semaphores The semaphores are used to facilitate shared resources. This implementation provides a way to ensure mutual exclusion using 'Lock' and 'Free' primitives. The Lock is used to prevent access if it's not yet allowed. The Free validates the semaphores and if possible, frees process waiting for a common resource. More... |