CBL_MONITOR_BROWSE_TO_WRITE
Converts monitor browse capability already acquired by the current thread
to write capability, blocking until this can be achieved.
Syntax:
call "CBL_MONITOR_BROWSE_TO_WRITE" using by value monitor-handle
Parameters:
|
Using call prototype (see Library Routines - Key) |
Picture (32-bit systems) |
monitor-handle |
cblt-pointer |
usage pointer. |
On Entry:
monitor-handle |
The monitor handle. |
On Exit:
Comments:
Behavior is undefined if:
- No previous browse lock was obtained by this thread on the specified monitor
- monitor-handle is invalid.
See Also: