[#BloombergLP-bslmt-Barrier-timedWait-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/Barrier.adoc[Barrier]::timedWait :relfileprefix: ../../../ :mrdocs: Arrive and block until the required arrivals occur or `absTime` expires. == Synopses Declared in `<bslmt_barrier.h>` Arrive and block until the required arrivals occur or `absTime` expires. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bslmt/Barrier/timedWait-03f.adoc[timedWait](xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& absTime); ---- [.small]#xref:BloombergLP/bslmt/Barrier/timedWait-03f.adoc[_» more..._]# Arrive and block until the required arrivals occur or `absTime` expires. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class CLOCK, class DURATION> int xref:BloombergLP/bslmt/Barrier/timedWait-035.adoc[timedWait](bsl::chrono::time_point<CLOCK, DURATION> const& absTime); ---- [.small]#xref:BloombergLP/bslmt/Barrier/timedWait-035.adoc[_» more..._]# == Return Value 0 on success, `e_TIMED_OUT` on timeout, or another value on error == Parameters [cols="1,4"] |=== | Name| Description | *absTime* | absolute timeout from the construction clock epoch |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#