Windows 8 had introduced the WaitOnAddress, WakeByAddressSingle, and WakeByAddressAll functions that can be used to implement __libcpp_platform_wait_on_address and __libcpp_platform_wake_by_address on Windows.
Should a Windows-specific implementation of __libcpp_platform_wait_on_address and __libcpp_platform_wake_by_address that uses the WaitOnAddress/WakeByAddressSingle/WakeByAddressAll APIs be added to libcxx/src/atomic.cpp (although this change requires Windows 8 or later or Windows Server 2012 or later)?