class TestProcessForThreads

Defined at line 308 of file ../../src/lib/zxdump/dump-tests.h

Public Members

static const size_t kThreadCount

Public Methods

template <typename Writer>
void Dump (Writer & writer)

Do the basic dump using the dumper API.

Defined at line 317 of file ../../src/lib/zxdump/dump-tests.h

std::span<const zx_koid_t, kThreadCount> thread_koids ()

Defined at line 324 of file ../../src/lib/zxdump/dump-tests.h

void StartChild ()

Start a child for thread dump testing.

Defined at line 473 of file ../../src/lib/zxdump/dump-tests.cc

void CheckDump (zxdump::TaskHolder & holder)

Verify a dump file for that child was inserted and looks right.

Defined at line 518 of file ../../src/lib/zxdump/dump-tests.cc