ReactOS 0.4.16-dev-835-gd769f56
|
Go to the source code of this file.
Classes | |
struct | KSIWORKER |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef struct KSIWORKER * | PKSIWORKER |
Functions | |
VOID NTAPI | WorkItemRoutine (IN PVOID Context) |
KSDDKAPI NTSTATUS NTAPI | KsRegisterWorker (IN WORK_QUEUE_TYPE WorkQueueType, OUT PKSWORKER *Worker) |
KSDDKAPI VOID NTAPI | KsUnregisterWorker (IN PKSWORKER Worker) |
KSDDKAPI NTSTATUS NTAPI | KsRegisterCountedWorker (IN WORK_QUEUE_TYPE WorkQueueType, IN PWORK_QUEUE_ITEM CountedWorkItem, OUT PKSWORKER *Worker) |
KSDDKAPI ULONG NTAPI | KsDecrementCountedWorker (IN PKSWORKER Worker) |
KSDDKAPI ULONG NTAPI | KsIncrementCountedWorker (IN PKSWORKER Worker) |
KSDDKAPI NTSTATUS NTAPI | KsQueueWorkItem (IN PKSWORKER Worker, IN PWORK_QUEUE_ITEM WorkItem) |
typedef struct KSIWORKER * PKSIWORKER |
Definition at line 198 of file worker.c.
Referenced by CaptureAvoidPipeStarvationWorker(), CaptureGateOnWorkItem(), and IKsPin_PrepareStreamHeader().
Definition at line 222 of file worker.c.
Referenced by IKsPin_DispatchKsStream(), and UsbAudioCaptureComplete().
Definition at line 252 of file worker.c.
Referenced by IKsProcessingObject_fnProcess(), KsGenerateEvent(), and KsIncrementCountedWorker().
KSDDKAPI NTSTATUS NTAPI KsRegisterCountedWorker | ( | IN WORK_QUEUE_TYPE | WorkQueueType, |
IN PWORK_QUEUE_ITEM | CountedWorkItem, | ||
OUT PKSWORKER * | Worker | ||
) |
Definition at line 166 of file worker.c.
Referenced by InitCapturePin(), KspCreateFilter(), and KspCreatePin().
KSDDKAPI NTSTATUS NTAPI KsRegisterWorker | ( | IN WORK_QUEUE_TYPE | WorkQueueType, |
OUT PKSWORKER * | Worker | ||
) |
Definition at line 88 of file worker.c.
Referenced by KsRegisterCountedWorker().
Definition at line 128 of file worker.c.
Referenced by InitCapturePin(), and KspCreateFilter().
Definition at line 34 of file worker.c.
Referenced by KsRegisterWorker().