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