[#BloombergLP-bslmt-Condition-signal] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/Condition.adoc[Condition]::signal :relfileprefix: ../../../ :mrdocs: Signal this condition variable object by waking up a single thread that is currently waiting on this condition. If there are no threads waiting on this condition, this method has no effect. == Synopsis Declared in `<bslmt_condition.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void signal(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#