mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
sdlib: rename SwiftPrivatePthreadExtras to SwiftPrivateThreadExtras
This is in preparation to make the code here more target agnostic for porting to the Windows threading primitives. This is used pretty extensively in the tests, so disabling tests would lose a chunk of coverage.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// REQUIRES: stress_test
|
||||
|
||||
import StdlibUnittest
|
||||
import SwiftPrivatePthreadExtras
|
||||
import SwiftPrivateThreadExtras
|
||||
#if os(OSX) || os(iOS)
|
||||
import Darwin
|
||||
#elseif os(Linux)
|
||||
|
||||
Reference in New Issue
Block a user