Contents

eventSourcePerformsWork

Checks if the event source passed in overrides checkForWork() to perform any work. IOWorkLoop uses this to determine if the event source should be polled in runEventSources() or not.

Declaration

bool eventSourcePerformsWork(
 IOEventSource *inEventSource);

Parameters

  • inEventSource:

    The event source to check.

See Also

Miscellaneous