ReactOS 0.4.16-dev-197-g92996da
|
#include <extypes.h>
Public Attributes | |
LIST_ENTRY | List |
PWORKER_THREAD_ROUTINE | WorkerRoutine |
volatile PVOID | Parameter |
LIST_ENTRY _WORK_QUEUE_ITEM::List |
Definition at line 203 of file extypes.h.
Referenced by CcPostWorkQueue(), KeTerminateThread(), SendOnlineNotificationWorker(), USBPORT_TimerDpc(), and VfatQueueRequest().
Definition at line 205 of file extypes.h.
Referenced by FxSystemThread::ExitThreadAsync(), FxSystemThread::Thread(), and USBPORT_TimerDpc().
PWORKER_THREAD_ROUTINE _WORK_QUEUE_ITEM::WorkerRoutine |
Definition at line 204 of file extypes.h.
Referenced by FxSystemThread::ExitThreadAsync(), FxSystemThread::FxSystemThread(), FxSystemThread::Thread(), and USBPORT_TimerDpc().