class ReadWaiter

Defined at line 784 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 787 of file ../../src/devices/bin/driver_runtime/dispatcher_test.cc

void ~ReadWaiter ()

Defined at line 793 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 795 of file ../../src/devices/bin/driver_runtime/dispatcher_test.cc

void Scan (zx_duration_mono_t wait_time)

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

void WaitForReadReady ()

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