Unit EZDSLThd

===EZDSLTHD========================================================== Part of the EZ Delphi Structures Library--the thread support routines EZDSLTHD is Copyright (c) 1993-1998 by Julian M. Bucknall VERSION HISTORY 19Apr98 JMB 3.00 Initial release =====================================================================} { Copyright (c) 1993-1998, Julian M. Bucknall. All Rights Reserved

Classes

TezEvent -
TezMutex -
TezResourceLock - ..manual reset event
TezSemaphore -
TezWaitableObject -

Functions

Types

TezEventResetType
TezWaitResult

Constants

Variables


Functions


Types


TezEventResetType = (             {Types of Win32 Events...}
                       ertAuto,     {..autoreset event}
                       ertManual);
..call failed
TezWaitResult = (                 {"Wait for" results...}
                   arSuccess,       {..successful}
                   arTimeout,       {..wait timed out}
                   arAbandoned,     {..object was abandoned}
                   arFailed);
---Place any compiler options you require here----------------------} {--------------------------------------------------------------------} {$I EZDSLOPT.INC

Constants


Variables