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
2bc2021c8adb885a9a85fd97f10ba3b10c5c622f
swift-mirror
/
include
/
swift
/
Threading
History
Alastair Houghton
141f00be64
[Threading] Support 32-bit platforms for C11 threads and pthreads.
...
We just need to change the type from `int64_t` to `intptr_t`. rdar://95523756
2022-06-20 10:08:27 +01:00
..
Impl
[Threading] Support 32-bit platforms for C11 threads and pthreads.
2022-06-20 10:08:27 +01:00
Errors.h
[Threading] Put everything through git clang-format.
2022-06-07 07:39:53 +01:00
Impl.h
[Threading] Move stack bounds fetching into the threading library.
2022-06-07 07:39:53 +01:00
Mutex.h
[Threading] Put everything through git clang-format.
2022-06-07 07:39:53 +01:00
Once.h
[Threading] Add the ability to use any C++ callable in swift::once().
2022-06-07 07:39:53 +01:00
Thread.h
[Threading] Use llvm::Optional<> rather than making a zero lower bound special.
2022-06-07 07:39:53 +01:00
ThreadLocalStorage.h
[Threading] Don't use TLS keys as template arguments.
2022-06-07 07:39:53 +01:00
TLSKeys.h
[Threading] Don't use TLS keys as template arguments.
2022-06-07 07:39:53 +01:00