struct DumpState
Defined at line 354 of file ../../src/devices/bin/driver_runtime/dispatcher.h
Holds debug information for the current dispatcher state.
Pointers are not guaranteed to stay valid and are for identification purposes only.
Public Members
Dispatcher * running_dispatcher
const void * running_driver
Dispatcher * dispatcher_to_dump
const void * driver_owner
String name
bool synchronized
bool allow_sync_calls
DispatcherState state
vector queued_tasks
DebugStats debug_stats
basic_string dispatcher_destroy_context
optional dispatcher_destroy_user_initiated