Status codes returned by semaphore operations.
Declared in <bslmt_fastpostsemaphoreimpl.h>
enum ReturnValue;
| 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). |