|
|
|||||||
| About Us | Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Emu author
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2004
Location: Unidentified
Posts: 2,109
|
KeSetTimer (Not Implemented)
I was just curious if someone could tell me the significance of KeSetTimer? Sorry if this is a dumb question. I usually get this message with "Unpopular" XDK versions...
__________________
[Sagat] Windows XP x64 Pro | AMD Athlon 3000+ (~2.0GHz) | NVIDIA GeForce 6600 PCI-E | Realtek AC97 Audio | 512MB Ram | NVIDIA NForce 4-4X chipset | Seagate HDD 160GB | LG 8614 DVD-ROM | HP DVD 1040d CD/DVD -/+ RW w/ LightScribe GeneralEmu - December 27, 2005 and beyond! My programming, emulation and Xbox blog! - Click or die! (Updated June 26, 2008) Visit my YouTube page! http://www.youtube.com/blueshogun96 |
|
|
|
|
|
#2 (permalink) |
|
Emu author
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2003
Posts: 53
|
KeSetTimer sets up a timer in the xbox timer queue and after the DueTime is expired the object is set to a signaled state (so all threads waiting for it can now continue) also if a DPC (deferred procedur call) was specified it is placed in the DPC execution queue, so it is executed (later when special conditions occur).
So it is nothing more than an object which is set to a special state (signaled) after a special time (DueTime). For more information I recomend you reading the NT DDK help. You can do it online: http://msdn.microsoft.com |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|