[Overview][Constants][Types][Classes] | Reference for unit 'syncobjs' (#fcl) |
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 immediatly.
|
Enter the critical section |
No notes exist for this page yet.