Micro Focus Enterprise Developer 2.3 for Visual Studio 2015
>
General Reference
>
Library Routines
>
Alphabetical List of Library Routines
>
CBL_MONITOR_BROWSE_TO_READ
Micro Focus Enterprise Developer 2.3 for Visual Studio 2015
>
General Reference
>
Library Routines
>
Multi-threading Routines
>
Synchronization routines
>
Synchronization routines - monitors
>
CBL_MONITOR_BROWSE_TO_READ
CBL_MONITOR_BROWSE_TO_READ
Converts monitor browse capability already acquired by the current thread to read capability.
Syntax:
call "CBL_MONITOR_BROWSE_TO_READ" using by value
monitor-handle
Parameters:
Using call prototype (see
Key
)
Picture
monitor-handle
cblt-pointer
usage pointer.
On Entry:
monitor-handle
The monitor handle.
On Exit:
return-code
A value of 0 indicates that the call was successful. Any other value indicates an error. See
RETURN-CODE Values For Synchronization Routines
.
Comments:
Behavior is undefined if:
No previous browse lock was obtained by this thread on the specified monitor
monitor-handle
is invalid.
Parent topic:
Synchronization routines - monitors
Parent topic:
Alphabetical List of Library Routines
Comments:
Behavior is undefined if: