Contents

initWithWorkLoop

Primary initializer for an IOCommandPool object.

Declaration

virtual bool initWithWorkLoop(
 IOWorkLoop *inWorkLoop);

Parameters

  • inWorkLoop:

    The workloop that this command pool should synchronize with.

Return Value

Returns true if command pool was successfully initialized.

Overview

Primary initializer for an IOCommandPool. Should probably use IOCommandPool::withWorkLoop() as it is easier to use.

See Also

Miscellaneous