mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Threading] Create new threading library and use it.
Moved all the threading code to one place. Added explicit support for Darwin, Linux, Pthreads, C11 threads and Win32 threads, including new implementations of Once for Linux, Pthreads, C11 and Win32. rdar://90776105
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
#include "swift/Runtime/Heap.h"
|
||||
#include "swift/Runtime/HeapObject.h"
|
||||
#include "swift/Runtime/Mutex.h"
|
||||
#include "swift/Threading/Mutex.h"
|
||||
#include <assert.h>
|
||||
|
||||
namespace swift {
|
||||
|
||||
Reference in New Issue
Block a user