Micro FocusĀ Studio Enterprise EditionĀ for Windows
>
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
Related information
RETURN-CODE Values For Synchronization Routines
Synchronization Routines