class TestThread
Defined at line 20 of file ../../zircon/kernel/tests/owned_wait_queue_topology.cc
Public Methods
void TestThread ()
Defined at line 22 of file ../../zircon/kernel/tests/owned_wait_queue_topology.cc
void ~TestThread ()
Defined at line 23 of file ../../zircon/kernel/tests/owned_wait_queue_topology.cc
SchedDuration DeadlineForIndex (size_t index)
Defined at line 25 of file ../../zircon/kernel/tests/owned_wait_queue_topology.cc
bool Init (const SchedulerState::BaseProfile * base_profile)
Defined at line 31 of file ../../zircon/kernel/tests/owned_wait_queue_topology.cc
void Shutdown ()
Defined at line 48 of file ../../zircon/kernel/tests/owned_wait_queue_topology.cc
void SetStartTimeGate (zx_instant_mono_t time)
Defined at line 59 of file ../../zircon/kernel/tests/owned_wait_queue_topology.cc
void SetOwnerLocked (bool value)
Defined at line 60 of file ../../zircon/kernel/tests/owned_wait_queue_topology.cc
Thread * thread ()
Defined at line 61 of file ../../zircon/kernel/tests/owned_wait_queue_topology.cc
const OwnedWaitQueue * target_queue ()
Defined at line 62 of file ../../zircon/kernel/tests/owned_wait_queue_topology.cc
const OwnedWaitQueue * blocking_queue ()
Defined at line 63 of file ../../zircon/kernel/tests/owned_wait_queue_topology.cc
zx_instant_mono_t start_time ()
Defined at line 71 of file ../../zircon/kernel/tests/owned_wait_queue_topology.cc
zx_instant_mono_t finish_time ()
Defined at line 78 of file ../../zircon/kernel/tests/owned_wait_queue_topology.cc
bool DoBlock (TestQueue & queue, TestThread * new_owner)
Defined at line 402 of file ../../zircon/kernel/tests/owned_wait_queue_topology.cc