[#BloombergLP-bslmt-FastPostSemaphoreImplWorkaroundUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::FastPostSemaphoreImplWorkaroundUtil :relfileprefix: ../../ :mrdocs: This class provides utility functions for workarounds to system level issues for `FastPostSemaphoreImpl`. == Synopsis Declared in `<bslmt_fastpostsemaphoreimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class FastPostSemaphoreImplWorkaroundUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmt/FastPostSemaphoreImplWorkaroundUtil/removePostAlwaysSignalsMitigation.adoc[`removePostAlwaysSignalsMitigation`] | Remove the mitigation of `post` always signalling the condition variable. | xref:BloombergLP/bslmt/FastPostSemaphoreImplWorkaroundUtil/usePostAlwaysSignalsMitigation.adoc[`usePostAlwaysSignalsMitigation`] | Return `true` if the mitigation of `post` always signalling the condition variable should be used, and `false` otherwise. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#