A free Windows-compatible Operating System - mirrored from GitHub
Find a file
David Welch c61a3955d5 - Use the return value from calling InterlockedDecrement on the reference
count when checking whether the object should be retained. This fixes
a race whereby one thread decrements the value to one, another thread
come in and decrements the value to zero and starts the delete, the
first thread then comes back, does retention checks and finds the
reference count is now zero and then bugchecks because the object is
already being deleted.

svn path=/trunk/; revision=8658
2004-03-12 00:28:13 +00:00
freeldr Store hive root key name. 2004-01-09 19:44:45 +00:00
msvc6 Initial revision 2004-02-06 08:21:52 +00:00
os2 neu 2004-01-31 01:29:11 +00:00
posix Ignore map file. 2004-01-20 20:44:30 +00:00
reactos - Use the return value from calling InterlockedDecrement on the reference 2004-03-12 00:28:13 +00:00
rosapps Add -Wall to the Makefle and fix a few compiler warrnings for 2004-03-10 18:57:36 +00:00