Return the current value (count) of this semaphore.
Synopsis
Declared in <bslmt_fastpostsemaphoreimpl.h>
int
getValueRaw() const;
Description
Note that, unlike getValue, this method can return a negative value. Also note that this method is principally intended for use in testing.
Return Value
current value (count) of this semaphore
Created with MrDocs