reactos/reactos/hal
2005-05-01 19:30:06 +00:00
..
hal Implemented Guarded Mutex, a drop-in replacement for Fast Mutex (the correct one, not the one ROS incorrectly implements) on NT 5.2. Not fully tested yet, so nothing switched to it and probably not usable. Also made KeGetCurrentThread/Irql become inlined, since this should create quite a speed boost. Made KeLeaveCriticalRegion deliver APCs if possible, and made Crit regions macros usable from outside ntoskrnl thanks to a new NT 5.2 API (KiCheckForKernelApcDelivery). Guarded Mutex code based on Filip Navara. 2005-04-15 06:24:35 +00:00
halx86 fixed some warnings with gcc4 (mostly assignment differs in signedness warnings) 2005-05-01 19:30:06 +00:00