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

Enables threads in a multithreaded application a single-thread only exclusive execution of a part of the code.

Pascal
TSimpleCriticalSection = record end;

The record needs to be initialized with a call to init. The order in which the threads will pass is not deterministic.

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