trace::ProcessThread

Summary

Constructors and Destructors

ProcessThread()
ProcessThread(zx_koid_t process_koid, zx_koid_t thread_koid)
ProcessThread(const ProcessThread & other)

Public functions

ToString() const
std::string
operator bool() const
constexpr
operator!=(const ProcessThread & other) const
constexpr bool
operator<(const ProcessThread & other) const
constexpr bool
operator=(const ProcessThread & other)
operator==(const ProcessThread & other) const
constexpr bool
process_koid() const
constexpr zx_koid_t
thread_koid() const
constexpr zx_koid_t

Public functions

ProcessThread

constexpr ProcessThread()

ProcessThread

constexpr ProcessThread(
  zx_koid_t process_koid,
  zx_koid_t thread_koid
)

ProcessThread

constexpr ProcessThread(
  const ProcessThread & other
)

ToString

std::string ToString() const 

operator bool

constexpr operator bool() const 

operator!=

constexpr bool operator!=(
  const ProcessThread & other
) const 

operator<

constexpr bool operator<(
  const ProcessThread & other
) const 

operator=

ProcessThread & operator=(
  const ProcessThread & other
)

operator==

constexpr bool operator==(
  const ProcessThread & other
) const 

process_koid

constexpr zx_koid_t process_koid() const 

thread_koid

constexpr zx_koid_t thread_koid() const