You are here: Symbol Reference > Math387 Namespace > Classes > TSimpleCriticalSection Record > public > TSimpleCriticalSection.TryEnter Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TSimpleCriticalSection.TryEnter Method

Enter the critical section.

Pascal
class function TryEnter(var csLock: integer; const TrueValue: integer = 1): boolean; overload; static;

The order in which the threads will pass is not deterministic. class function TryEnter(var csLock: byte; const TrueValue: byte = 1): boolean; overload; static;

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!