API:System.SyncObjs.TConditionVariableMutex.WaitFor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function WaitFor(AExternalMutex: TMutex; TimeOut: Cardinal = INFINITE): TWaitResult;

C++

HIDESBASE System::Types::TWaitResult __fastcall WaitFor(TMutex* AExternalMutex, unsigned TimeOut = (unsigned)(0xffffffff));

Properties

Type Visibility Source Unit Parent
function public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TConditionVariableMutex

Description

Not used.

System.SyncObjs.TConditionVariableMutex.WaitFor inherits from System.SyncObjs.TSynchroObject.WaitFor. All content below this line refers to System.SyncObjs.TSynchroObject.WaitFor.

Not used.

Currently, the WaitFor method is not used. It will always return wrError.

See Also