mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
da15ddafc8093eafe67c64b14eb25a6191a8b5d9
- apc.c -> Also multiple optimizations to use the APC lock instead of the full-fledged dispatcher lock. - gate.c -> Use APC lock as well, the full dispatcher lock isn't required because a thread can only wait on one and only one gate. - process.c -> Optimize the code to use the Process and/or APC lock instead of the dispatcher lock. Also delay acquiring the locks after some checks, to make the exit paths simpler. - More fixes are teh needed. svn path=/trunk/; revision=24038
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%