[#BloombergLP-bslmt-FastPostSemaphoreImplWorkaroundUtil-removePostAlwaysSignalsMitigation] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/FastPostSemaphoreImplWorkaroundUtil.adoc[FastPostSemaphoreImplWorkaroundUtil]::removePostAlwaysSignalsMitigation :relfileprefix: ../../../ :mrdocs: Remove the mitigation of `post` always signalling the condition variable. Note this mitigation was introduced as a work around for a lost signal bug in the underlying implementation of condition variable (e.g., https://sourceware.org/bugzilla/show_bug.cgi?id=25847). The availability of the pthread correction is tracked in DRQS 172614796, and the reversion of this workaround in DRQS 174079882. == Synopsis Declared in `<bslmt_fastpostsemaphoreimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void removePostAlwaysSignalsMitigation(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#