A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Alex Ionescu 3785fc8f82 - Fix InterlockedBitTestAndReset and InterlockedBitTestAndSet
- Implement YieldProcessor
- Fix formatting in spinlock.c
- KiAcquireSpinlock and KiReleaseSpinLock should be no-op functions on uniprocessor machines.
- KiReleaseSpinLock does not need interlocked access to release the lock.
- Use portable code for KiAcquireSpinLock. Also use interlocked bit operations since they are faster.

svn path=/trunk/; revision=20436
2005-12-29 19:54:42 +00:00
cis Handle access denied scenario 2005-12-13 18:56:49 +00:00
irc reactos.com -> reactos.org 2005-12-14 18:55:57 +00:00
msvc6
os2 OS/2: more changes to make it conform to rbuild. 2005-08-12 20:55:07 +00:00
posix Begin making the 'posix' module conform to rbuild. 2005-08-13 12:35:00 +00:00
reactos - Fix InterlockedBitTestAndReset and InterlockedBitTestAndSet 2005-12-29 19:54:42 +00:00
rosapps add allowwarnings ="true" so txtscale can be build with dgb=0 with gcc 3.4.4 2005-12-18 12:32:05 +00:00
rosky Make the 'rosky' optional module compile. 2005-08-12 13:46:36 +00:00
vms Modify to conform to the new CSR. 2005-10-02 19:31:30 +00:00