[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Acquire a read lock
Source position: systhrdh.inc line 35
public procedure TSimpleRWSync.Beginread; |
BeginRead waits till all other threads have released their read or write locks on the object, and then aquires a read lock on the object.
|
Acquire a write lock |
|
|
Release the read lock |