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
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-06-21
Use futex based thread parker on Fuchsia.
Mara Bos
-0
/
+1
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