This website requires JavaScript.
Explore
Help
Sign In
averello
/
swift-mirror
Watch
1
Star
0
Fork
0
You've already forked swift-mirror
mirror of
https://github.com/apple/swift.git
synced
2025-12-14 20:36:38 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b51b58db302867bc7d7d6e995db4b2668b650fe2
swift-mirror
/
include
/
swift
/
Threading
History
Alastair Houghton
90946f03cd
[Threading] Add
_WIN64
conditional version of
ULONG_PTR
.
...
`ULONG_PTR` is defined slightly differently on `_WIN64` builds. rdar://113898653
2025-03-27 18:56:25 +00:00
..
Impl
[Threading] Add
_WIN64
conditional version of
ULONG_PTR
.
2025-03-27 18:56:25 +00:00
ConditionVariable.h
…
Errors.h
…
Impl.h
…
Mutex.h
Fix a bunch of RecursiveMutex code using plain mutex types.
2025-03-27 14:31:22 -04:00
Once.h
…
ScopedLock.h
…
Thread.h
Migrate llvm::Optional to std::optional
2024-02-21 11:20:06 -08:00
ThreadLocalStorage.h
Properly save and restore the current task in the runtime so that tasks
2024-03-15 00:40:54 -04:00
ThreadSanitizer.h
[Freestanding] Remove uses of stat() and dlsym().
2023-06-23 17:05:59 +01:00
TLSKeys.h
…