index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
sgx
/
thread.rs
Age
Commit message (
Collapse
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-157
/
+0
2023-06-19
Document thread names for SGX compilation target
Vas
-1
/
+9
2022-12-30
std: rename `Parker::new` to `Parker::new_in_place`, add safe `Parker::new` ↵
joboet
-15
/
+3
constructor for SGX
2022-12-29
std: unify id-based thread parking implementations
joboet
-2
/
+14
2022-06-22
std: reimplement SGX thread joining to use `Parker`
joboet
-12
/
+9
2021-09-28
Rename `std::thread::available_onccurrency` to ↵
Yoshua Wuyts
-1
/
+1
`std::thread::available_parallelism`
2021-06-21
Use `Unsupported` on platforms where `available_concurrency` is not implemented.
Christiaan Dirkx
-4
/
+2
2021-06-21
Move `available_concurrency` implementation to `sys`
Christiaan Dirkx
-0
/
+8
2021-04-21
Ensure TLS destructors run before thread joins in SGX
Mohsen Zohrevandi
-8
/
+61
2020-10-08
`#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgx
Caduser2020
-1
/
+1
Run `./x.py` fmt Add reference link Fix reference link Apply review suggestions.
2020-07-27
mv std libs to library/
mark
-0
/
+93