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:
Saleem Abdulrasool
2018-11-25 10:46:15 -08:00
parent 6afe77ae98
commit 0693bec1f1
10 changed files with 17 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
// REQUIRES: stress_test
import StdlibUnittest
import SwiftPrivatePthreadExtras
import SwiftPrivateThreadExtras
#if os(OSX) || os(iOS)
import Darwin
#elseif os(Linux)