ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Functions | |
VOID | ChewInit (PDEVICE_OBJECT DeviceObject) |
VOID | ChewShutdown (VOID) |
BOOLEAN | ChewCreate (VOID(*Worker)(PVOID), PVOID WorkerContext) |
Creates and queues a work item.
Definition at line 61 of file workqueue.c.
Referenced by CompleteBucket(), LanSubmitReceiveWork(), LoopTransmit(), and ProtocolStatus().
VOID ChewInit | ( | PDEVICE_OBJECT | DeviceObject | ) |
Initialize CHEW, given a device object (since IoAllocateWorkItem relies on it).
Definition at line 28 of file workqueue.c.
Referenced by DriverEntry().
Shutdown CHEW, waits for remaining work items.
Definition at line 36 of file workqueue.c.
Referenced by TiUnload().