Searched refs:IoThread (Results 1 – 1 of 1) sorted by relevance
317 ASSERT(IoThread != NULL); in RtlpExecuteIoWorkItem()388 PRTLP_IOWORKERTHREAD IoThread = NULL; in RtlpQueueIoWorkerThread() local396 IoThread = PersistentIoThread; in RtlpQueueIoWorkerThread()418 ASSERT(IoThread != NULL); in RtlpQueueIoWorkerThread()421 PersistentIoThread = IoThread; in RtlpQueueIoWorkerThread()479 RemoveEntryList(&IoThread->ListEntry); in RtlpQueueIoWorkerThread()481 &IoThread->ListEntry); in RtlpQueueIoWorkerThread()484 ASSERT(IoThread != NULL); in RtlpQueueIoWorkerThread()491 IoThread->Flags |= WT_EXECUTELONGFUNCTION; in RtlpQueueIoWorkerThread()497 Status = NtQueueApcThread(IoThread->ThreadHandle, in RtlpQueueIoWorkerThread()[all …]