Sage
Tusk
Welcome to Sage
Volume (95%) Hide Volume
Topics
WaitForObjects

function WaitForObjects( const Objects: TArray<DSLock.IWaitableObject>; WaitAll: Boolean; TimeoutMS: Integer; var Index: Integer): TWaitResult;

function WaitForObjects( const Objects: TArray<DSLock.IOneTimeEvent>; WaitAll: Boolean; TimeoutMS: Integer; var Index: Integer): TWaitResult;

function WaitForObjects( const Objects: TArray<DSLock.IEvent>; WaitAll: Boolean; TimeoutMS: Integer; var Index: Integer): TWaitResult;

function WaitForObjects( const Objects: TArray<DSLock.IMutex>; WaitAll: Boolean; TimeoutMS: Integer; var Index: Integer): TWaitResult;

function WaitForObjects( const Objects: TArray<DSLock.ISemaphore>; WaitAll: Boolean; TimeoutMS: Integer; var Index: Integer): TWaitResult;

function WaitForObjects( const Objects: TArray<DSLock.IWaitableTimer>; WaitAll: Boolean; TimeoutMS: Integer; var Index: Integer): TWaitResult;

function WaitForObjects( const Objects: TArray<DSLock.IWaitableObject>; WaitAll: Boolean; TimeoutMS: Integer; Options: TWaitableObjectWaitOptions; var Index: Integer): TWaitResult;

function WaitForObjects( const Objects: TArray<DSLock.IOneTimeEvent>; WaitAll: Boolean; TimeoutMS: Integer; Options: TWaitableObjectWaitOptions; var Index: Integer): TWaitResult;

function WaitForObjects( const Objects: TArray<DSLock.IEvent>; WaitAll: Boolean; TimeoutMS: Integer; Options: TWaitableObjectWaitOptions; var Index: Integer): TWaitResult;

function WaitForObjects( const Objects: TArray<DSLock.IMutex>; WaitAll: Boolean; TimeoutMS: Integer; Options: TWaitableObjectWaitOptions; var Index: Integer): TWaitResult;

function WaitForObjects( const Objects: TArray<DSLock.ISemaphore>; WaitAll: Boolean; TimeoutMS: Integer; Options: TWaitableObjectWaitOptions; var Index: Integer): TWaitResult;

function WaitForObjects( const Objects: TArray<DSLock.IWaitableTimer>; WaitAll: Boolean; TimeoutMS: Integer; Options: TWaitableObjectWaitOptions; var Index: Integer): TWaitResult;

Defined in: DSLock

Last Modified: Tue 2:20:51 pm
Tue 2:20:51 pm