Contents

isInactive

Checks if the IOService object has been terminated, and is in the process of being destroyed.

Declaration

bool isInactive(
 void ) const;

Return Value

true if the IOService object has been terminated.

Overview

When an IOService object is successfully terminated, it is immediately made inactive, which blocks further attach()es, matching or notifications occuring on the object. It remains inactive until the last client closes, and is then finalized and destroyed.

See Also

Miscellaneous