wine/dlls/msvcp90
Jinoh Kang dce7a61fa4 msvcp90: Use atomic write for releasing threadsafe_queue spin lock.
This fixes data race in ARM/ARM64 platforms, and prevents potential
memory access reordering by the compiler.
2022-09-20 09:24:38 +02:00
..
tests
cxx.h
details.c msvcp90: Use atomic write for releasing threadsafe_queue spin lock. 2022-09-20 09:24:38 +02:00
exception.c msvcp90: Fix segfault in bad_alloc exception default constructor. 2022-06-07 19:42:24 +02:00
ios.c msvcp71: Use MultiByteToWideChar in _Fiopen implementation. 2022-08-18 21:42:19 +02:00
locale.c
Makefile.in
math.c
memory.c
misc.c msvcp140: Add SRWLock based _Mtx_t and _Cnd_t implementation. 2022-03-15 18:05:27 +01:00
msvcp90.h msvcp140: Add SRWLock based _Mtx_t and _Cnd_t implementation. 2022-03-15 18:05:27 +01:00
msvcp90.spec
msvcp_main.c msvcp140: Add SRWLock based _Mtx_t and _Cnd_t implementation. 2022-03-15 18:05:27 +01:00
string.c