BloombergLP::bslmt::FastPostSemaphoreImpl::ReturnValue

Status codes returned by semaphore operations.

Synopsis

Declared in <bslmt_fastpostsemaphoreimpl.h>

enum ReturnValue;

Members

NameDescription
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).