A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Alex Ionescu fb85f19b88 - Implement Object Type Resource Lock, since object types are shared across all objects and thread-safety is critical. Used it everywhere where I think it's needed. Thomas, can you check if I missed anything please?
- Use interlocked increase/decrease for accounting variables inside the Object Type instead of acquiring a full lock or not being thread safe.
- Clear the creator type list of an object if it lost all its handles.
- Fix a bug in NtduplicateObject which was potentially derefernecing a garbage pointer (thanks Prefast!).

svn path=/trunk/; revision=24569
2006-10-19 02:54:48 +00:00
irc
reactos - Implement Object Type Resource Lock, since object types are shared across all objects and thread-safety is critical. Used it everywhere where I think it's needed. Thomas, can you check if I missed anything please? 2006-10-19 02:54:48 +00:00
rosapps adding windows 28592 (iso-2859-2) latin2 to ansi to utf -8 converter in roswebparser 2006-10-17 15:16:06 +00:00