[Overview][Constants][Types][Classes][Index] |
Leave the critical section
Source position: syncobjs.pp line 43
public procedure TCriticalSection.Release; override; |
Release leaves the critical section. It will free the critical section so another thread waiting to enter the critical section will be awakened, and will enter the critical section. This call always returns immediately.
|
Enter the critical section |