[#BloombergLP-bslmt-FastPostSemaphoreImpl-getValueRaw] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/FastPostSemaphoreImpl.adoc[FastPostSemaphoreImpl]::getValueRaw :relfileprefix: ../../../ :mrdocs: Return the current value (`count`) of this semaphore. Note that, unlike `getValue`, this method can return a negative value. Also note that this method is principally intended for use in testing. == Synopsis Declared in `<bslmt_fastpostsemaphoreimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int getValueRaw() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#