1
0
forked from 0ad/0ad
0ad/source/lib/res
janwas f45c74c368 thread-safety fixes to debug.cpp - most functions were already reentrant, just CAS-ified the assert suppression flags.
(NB: the debug_filter stuff remains non-reentrant because it's usually
only called from main() or at least the main thread)
closes #654

This was SVN commit r8543.
2010-11-06 19:14:16 +00:00
..
graphics thread-safety fixes to debug.cpp - most functions were already reentrant, just CAS-ified the assert suppression flags. 2010-11-06 19:14:16 +00:00
sound fixes from work: clarify that cpu_MemoryBarrier has no runtime cost by renaming to COMPILER_FENCE and moving to code_annotation.h; fix 32-bit Parallel Studio 2011 warning. 2010-10-29 12:54:51 +00:00
h_mgr.cpp # fix race conditions in ModuleInit and related cleanup. 2010-07-12 12:57:58 +00:00
h_mgr.h fix: don't generate spurious resize events in fullscreen mode when interacting with another topmost window 2010-07-04 11:12:50 +00:00
handle.h less global variables: make most uses of g_VFS explicit (required for another app that has two VFSes), g_yres is no longer required by cursor module 2010-07-04 10:15:53 +00:00