boo/lib/win
Lioncash 84f62a0f2c BooObject: Remove destructorLock()
Now that we have the fencing and atomic operations in place to ensure
access to data on other threads will always occur before the use of
delete, we can remove the destructor lock. This will be useful for
making ObjToken's move assignment operator noexcept.
2019-08-17 14:12:23 -04:00
..
ApplicationUWP.cpp General: Convert typedefs into using aliases 2019-08-16 18:27:23 -07:00
ApplicationWin32.cpp BooObject: Remove destructorLock() 2019-08-17 14:12:23 -04:00
UWPCommon.hpp New code style refactor 2018-12-07 19:17:51 -10:00
Win32Common.hpp BooObject: Remove destructorLock() 2019-08-17 14:12:23 -04:00
WinCommon.hpp General: Convert typedefs into using aliases 2019-08-16 18:27:23 -07:00
WindowUWP.cpp General: Make use of override where applicable 2019-08-12 22:44:45 -04:00
WindowWin32.cpp General: Make use of nullptr where applicable 2019-08-16 18:27:23 -07:00