template <>

class WireSyncClientImpl

Defined at line 321 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_messaging.h

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_sys2::CrashIntrospect>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_sys2::CrashIntrospect::FindComponentByThreadKoid> FindComponentByThreadKoid (uint64_t thread_koid)

Given a thread koid, returns the information that was stored when the

ELF runner observed a crash from that thread.

The information for a crash is deleted when it is accessed or when 10

minutes have passed, whichever comes first.

If there is no information available on the given thread koid,

`zx::Status::NOT_FOUND` is returned.

Allocates 24 bytes of request buffer on the stack. Response is heap-allocated.