template <>

class WireWeakSyncClientImpl

Defined at line 2005 of file fidling/gen/src/connectivity/network/testing/netemul/sync-manager/fidl/sync/cpp/fidl/fuchsia.netemul.sync/cpp/wire_messaging.h

Public Methods

::fidl::WireResult< ::fuchsia_netemul_sync::SyncManager::WaitForBarrierThreshold> WaitForBarrierThreshold (::fidl::StringView barrier_name, uint32_t threshold, int64_t timeout)

Waits on a named counter barrier with name `barrierName`.

Functon will return true if the number of waits pending on the barrier matches or exceeds

`threshold` before `timeout` (nsec) expires.

Use `timeout`

<

= 0 for indefinite wait.

Allocates 24 bytes of response buffer on the stack. Request is heap-allocated.