[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Start a write operation.
Source position: systhrdh.inc line 21
function IReadWriteSync.BeginWrite: Boolean; |
BeginWrite signals the begin of a write operation. This call will block if any other read or write operation is currently in progress. It will resumt only after all other read or write operations have finished.
|
End a read operation |
|
|
End a write operation. |
|
|
Start a read operation. |