Gin
Public Member Functions | List of all members
SystemSemaphore Class Reference

A semaphore that works across processes and in one process This is not finished / implemented. More...

Public Member Functions

 SystemSemaphore (const juce::String &name)
 
 ~SystemSemaphore ()
 
bool lock ()
 
bool unlock ()
 
bool isValid ()
 

Detailed Description

A semaphore that works across processes and in one process This is not finished / implemented.

Constructor & Destructor Documentation

◆ SystemSemaphore()

SystemSemaphore::SystemSemaphore ( const juce::String &  name)

◆ ~SystemSemaphore()

SystemSemaphore::~SystemSemaphore ( )

Member Function Documentation

◆ lock()

bool SystemSemaphore::lock ( )

◆ unlock()

bool SystemSemaphore::unlock ( )

◆ isValid()

bool SystemSemaphore::isValid ( )

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