[#BloombergLP-bslmt-Barrier-arrive] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/Barrier.adoc[Barrier]::arrive :relfileprefix: ../../../ :mrdocs: Arrive on this barrier, signaling waiters if this is the last arrival. == Synopsis Declared in `<bslmt_barrier.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void arrive(); ---- == Description If this is the last required arrival, _signal_ all the threads that are currently waiting on this barrier to unblock and reset the state of this barrier to its initial state. [.small]#Created with https://www.mrdocs.com[MrDocs]#