This website requires JavaScript.
Explore
Help
Sign In
ApfelTeeSaft
/
reactos
Watch
1
Star
0
Fork
0
mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced
2026-08-28 04:13:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
58d25e229dbebf6f86fc69d3e69dd960d1ccda41
reactos
/
reactos
/
hal
T
History
Thomas Bluemel
722d9a84e4
fixed some warnings with gcc4 (mostly assignment differs in signedness warnings)
...
svn path=/trunk/; revision=14919
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