mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rename ThreadPool to StdThreadPool
`ThreadPool` was split up in LLVM 6594f428de91e333c1cbea4f55e79b18d31024c4.
This commit is contained in:
@@ -145,7 +145,7 @@ private:
|
||||
/// The available pool of workers for filesystem module search
|
||||
unsigned NumThreads;
|
||||
std::list<std::unique_ptr<ModuleDependencyScanningWorker>> Workers;
|
||||
llvm::ThreadPool ScanningThreadPool;
|
||||
llvm::StdThreadPool ScanningThreadPool;
|
||||
/// Protect worker access.
|
||||
std::mutex WorkersLock;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user