[Overview][Constants][Types][Classes][Index] |
Enter the critical section
Source position: syncobjs.pp line 42
public procedure TCriticalSection.Acquire; override; |
Acquire attempts to enter the critical section. It will suspend the calling thread if the critical section is in use by another thread, and will resume as soon as the other thread has released the critical section.
|
Leave the critical section |