Unit Mutex

Mutex object component all rights reserved by Troels S Eriksen - email: TSEriksen@cyberdude.com rev. 01 - object written { properties: identifier - unique name identifing this mutex for the system timeout - the time an application should wait before executing Access denied events: CriticalSection - The system specific critical section, only one appl. can be here at a time AccessDenied - Non-critical section to perform instead when timeout occurs methods: Execute - Executes the CriticalSection-event or if another instance / thread is doing that, the AccessDenied-event instead.

Classes

TMutex -

Functions

Register -

Types

Constants

Variables


Functions


procedure Register;


Types


Constants


Variables