--- truecrypt/driver/encryptedioqueue.c 2018/04/24 16:51:36 1.1.1.3 +++ truecrypt/driver/encryptedioqueue.c 2018/04/24 16:52:58 1.1.1.4 @@ -137,6 +137,8 @@ static VOID IoThreadProc (PVOID threadAr PLIST_ENTRY listEntry; EncryptedIoRequest *request; + KeSetPriorityThread (KeGetCurrentThread(), LOW_REALTIME_PRIORITY); + while (!queue->ThreadExitRequested) { if (!NT_SUCCESS (KeWaitForSingleObject (&queue->IoThreadQueueNotEmptyEvent, Executive, KernelMode, FALSE, NULL)))