Micro Focus Visual COBOL 2.3 Update 1 for Eclipse (UNIX)
>
General Reference
>
Library Routines
>
Multi-threading Routines
>
Synchronization routines
>
Synchronization routines - semaphores
Synchronization routines - semaphores
Semaphores - General Notes
CBL_SEMAPHORE_ACQUIRE
Acquires one of the resources represented by the semaphore by decrementing the associated count.
CBL_SEMAPHORE_CLOSE
Closes the specified semaphore.
CBL_SEMAPHORE_OPEN_INTRA
Creates an intra-process semaphore.
CBL_SEMAPHORE_RELEASE
Releases one of the resources represented by the semaphore by incrementing the associated count.
Parent topic:
Synchronization routines