Contents

getWorkLoop

Returns the IOWorkLoop for the driver

Declaration

virtual IOWorkLoop *getWorkLoop() const;

Overview

The IOWorkLoop is used to synchronized all critical aspects of the driver. This includes all entry points to the driver as well as power management.

See Also

Miscellaneous