Start a write operation.
Source position: systhrdh.inc line 22
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 resume only after all other read or write operations have finished.
|
End a read operation. |
|
|
End a write operation. |
|
|
Start a read operation. |