KITLinterruptthread
- From: "ramki_katta" <u45996@uwe>
- Date: Fri, 05 Sep 2008 15:11:42 GMT
Hi all,
Iam testing GetIdletime functionality with following code
DWORD dwSleepStartMS = GetTickCount();
DWORD dwIdleStartMS = GetIdleTime();
Sleep (dwSleepTime);
DWORD dwIdleEndMS = GetIdleTime();
DWORD dwSleepEndMS = GetTickCount();
I executed this test case on tinykernel, but difference of GetIdletime
(dwIdleEndMS-dwIdleStartMS)
very less than dwsleepTime,
(if sleep time is 30000 milli sec then GetIdletime diff producing 25698)
I have checked in thread window status, there KITLInterruptthread consuming
more time,
I want Idletime at least near to sleeptime, how can achive this
please suggest solution
.
- Follow-Ups:
- Re: KITLinterruptthread
- From: Bruce Eitman [eMVP]
- Re: KITLinterruptthread
- Prev by Date: KITLinterruptthread
- Next by Date: Re: KITLinterruptthread
- Previous by thread: KITLinterruptthread
- Next by thread: Re: KITLinterruptthread
- Index(es):
Relevant Pages
|