class ReadWaiter

Defined at line 785 of file ../../src/devices/bin/driver_runtime/dispatcher_test.cc

Waits for the read to be ready, periodically running the stall scanner.

Public Methods

void ReadWaiter (sync_completion_t * read_completion)

|read_completion| is the read to wait for to be ready.

Defined at line 788 of file ../../src/devices/bin/driver_runtime/dispatcher_test.cc

void ~ReadWaiter ()

Defined at line 794 of file ../../src/devices/bin/driver_runtime/dispatcher_test.cc

void Handler (fdf_env_stall_scanner_t * scanner, zx_duration_mono_t duration)

Defined at line 796 of file ../../src/devices/bin/driver_runtime/dispatcher_test.cc

void Scan (zx_duration_mono_t wait_time)

Defined at line 800 of file ../../src/devices/bin/driver_runtime/dispatcher_test.cc

void WaitForReadReady ()

Defined at line 816 of file ../../src/devices/bin/driver_runtime/dispatcher_test.cc