Ignore:
Timestamp:
Jun 11, 2002, 6:36:06 PM (23 years ago)
Author:
sandervl
Message:

shorter polling delay + time critical poll thread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/overlappedio.cpp

    r8644 r8647  
    1 /* $Id: overlappedio.cpp,v 1.16 2002-06-11 12:51:43 sandervl Exp $ */
     1/* $Id: overlappedio.cpp,v 1.17 2002-06-11 16:36:06 sandervl Exp $ */
    22
    33/*
     
    9494        threadparam->lpOverlappedObj = this;
    9595        hThreadPoll  = ::CreateThread(NULL, 32*1024, OverlappedIOThread, (LPVOID)threadparam, 0, &dwThreadId);
     96        SetThreadPriority(hThreadPoll, THREAD_PRIORITY_TIME_CRITICAL);
    9697    }
    9798
Note: See TracChangeset for help on using the changeset viewer.