Contents

workLoopWithOptions

Factory member function to constuct and intialize a work loop.

Declaration

static IOWorkLoop *workLoopWithOptions(
 IOOptionBitsoptions);

Parameters

  • options:

    Options - kPreciousStack to avoid stack deallocation on paging path.

Return Value

Returns a workLoop instance if constructed successfully, 0 otherwise.

See Also

Miscellaneous