hdf_workqueue.h

    DriverUtils

    Description:

    Declares work queue structures and interfaces.

    This file provides interfaces such as initializing a work queue, a work item, and a delayed work item, adding a work or delayed work item to a work queue, and destroying a work queue, a work item, and a delayed work item. You need to define a work queue, a work item, and a delayed work item, and then call the initialization function to initialize them. The work item, delayed work item, and work queue must be destroyed when they are no longer used.

    Since:

    1.0

    Version:

    1.0

    Summary

    Typedefs

    Functions