Status codes returned by semaphore operations.

Synopsis

Declared in <bslmt_fastpostsemaphore.h>

enum ReturnValue;

Members

Name

Description

e_SUCCESS

Indicates success.

e_DISABLED

Indicates success.

e_TIMED_OUT

Indicates operation timed out.

e_WOULD_BLOCK

Indicates operation would block (tryWait).

e_FAILED

Indicates operation would block (tryWait).

Created with MrDocs