System.SyncObjs.TSpinLock.Enter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Enter; inline;

C++

void __fastcall Enter();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TSpinLock

Beschreibung

Überprüft, ob die Sperre verfügbar ist und wartet bis sie erfolgreich wird.

Enter ruft TryEnter mit dem Wert INFINITE als Parameter auf.

Siehe auch