Acquire a write lock.
Source position: systhrdh.inc line 34
public function TSimpleRWSync.Beginwrite: Boolean; |
Beginwrite waits till all other threads have released their read or write locks on the object, and then acquires a write lock on the object.
|
Acquire a read lock. |
|
|
Release the write lock. |