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_common
/
thread_parker
Age
Commit message (
Expand
)
Author
Lines
2022-12-29
std: unify id-based thread parking implementations
joboet
-349
/
+0
2022-12-10
Rollup merge of #98391 - joboet:sgx_parker, r=m-ou-se
Matthias Krüger
-0
/
+2
2022-09-09
std: use futex-based locks and thread parker on Hermit
joboet
-0
/
+1
2022-06-26
Rollup merge of #97140 - joboet:solid_parker, r=m-ou-se
Matthias Krüger
-3
/
+106
2022-06-22
std: rewrite SGX thread parker
joboet
-0
/
+2
2022-06-21
Use futex based thread parker on Fuchsia.
Mara Bos
-0
/
+1
2022-06-15
std: relax memory orderings in `Parker`
joboet
-8
/
+7
2022-06-05
std: solve priority issue for Parker
joboet
-24
/
+31
2022-05-19
std: fix deadlock in `Parker`
joboet
-4
/
+4
2022-05-18
std: use an event flag based thread parker on SOLID
joboet
-3
/
+100
2022-05-03
Don't use futexes on netbsd.
Mara Bos
-1
/
+0
2022-04-29
Use futex-based locks and thread parker on FreeBSD.
Mara Bos
-0
/
+1
2022-04-29
Use futex-based locks and thread parker on DragonFlyBSD.
Mara Bos
-0
/
+1
2022-04-29
Use futex-based locks and thread parker on NetBSD.
Mara Bos
-0
/
+1
2022-04-29
Use futex-based locks and thread parker on OpenBSD.
Mara Bos
-0
/
+1
2022-04-25
std: directly use pthread in UNIX parker implementation
joboet
-16
/
+28
2022-04-14
Use u32 instead of i32 for futexes.
Mara Bos
-6
/
+6
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2021-12-14
Fix a bunch of typos
Frank Steffahn
-3
/
+3
2020-12-22
Migrate standard library away from compare_and_swap
Linus Färnstrand
-1
/
+1
2020-12-14
Auto merge of #77618 - fusion-engineering-forks:windows-parker, r=Amanieu
bors
-0
/
+2
2020-10-06
Use futex-based thread-parker for Wasm32.
Mara Bos
-1
/
+5
2020-10-06
Add fast futex-based thread parker for Windows.
Mara Bos
-0
/
+2
2020-09-27
Move thread parker to sys_common.
Mara Bos
-0
/
+221