libcxx: Move Windows threading support into a .cpp file.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 23 Jan 2018 01:59:43 +0000 (01:59 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 23 Jan 2018 01:59:43 +0000 (01:59 +0000)
commitac15ae6d6b6e9bef4502258d6851c8ef70729db7
tree4fd3703423bce0147d6966ab5bfc549b7e23af78
parentab604a9882ab0a97b40f073d49af24b8ed5eec3b
libcxx: Move Windows threading support into a .cpp file.

This allows us to avoid polluting the namespace of users of <thread>
with the definitions in windows.h.

Differential Revision: https://reviews.llvm.org/D42214

llvm-svn: 323169
libcxx/include/__threading_support
libcxx/src/support/win32/thread_win32.cpp [new file with mode: 0644]