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
/
unix
/
thread.rs
Age
Commit message (
Expand
)
Author
Lines
2022-04-06
Change trailing prctl arguments to c_ulong
Ben Kimock
-1
/
+7
2022-04-03
Don't cast thread name to an integer for prctl
Ben Kimock
-1
/
+1
2022-03-30
Fix library/std compilation on openbsd.
Dan Gohman
-1
/
+1
2022-03-29
Make some linux/unix APIs better conform to strict provenance.
Alexis Beingessner
-23
/
+25
2022-03-05
do not attempt to open cgroup files under Miri
Ralf Jung
-0
/
+5
2022-03-03
hardcode /sys/fs/cgroup instead of doing a lookup via mountinfo
The 8472
-53
/
+67
2022-03-03
Use cgroup quotas for calculating `available_parallelism`
The 8472
-3
/
+68
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-5
/
+5
2021-11-12
Refactor weak symbols in std::sys::unix
Josh Stone
-7
/
+10
2021-10-31
Make std::thread::available_concurrency support process-limited number of CPUs
Josh Triplett
-0
/
+8
2021-10-10
Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisa
bors
-1
/
+2
2021-10-06
Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-se
Manish Goregaokar
-1
/
+1
2021-10-06
Add new target armv7-unknown-linux-uclibceabihf
Yannick Koehler
-1
/
+2
2021-10-02
haiku thread affinity build fix
David Carlier
-6
/
+10
2021-09-28
Rename `std::thread::available_onccurrency` to `std::thread::available_parall...
Yoshua Wuyts
-1
/
+1
2021-09-27
thread: implements available_concurrency on haiku
David Carlier
-1
/
+10
2021-08-10
STD support for the ESP-IDF framework
ivmarkov
-17
/
+46
2021-07-28
thread set_name haiku implementation.
David Carlier
-2
/
+9
2021-07-24
Auto merge of #84589 - In-line:zircon-thread-name, r=JohnTitor
bors
-4
/
+30
2021-07-10
Change `weak!` and `linkat!` to macros 2.0
Aris Merchant
-0
/
+2
2021-06-21
Use `Unsupported` on platforms where `available_concurrency` is not implemented.
Christiaan Dirkx
-1
/
+1
2021-06-21
Move `available_concurrency` implementation to `sys`
Christiaan Dirkx
-0
/
+83
2021-04-27
Update library/std/src/sys/unix/thread.rs
Alik Aslanyan
-1
/
+1
2021-04-26
Implement setting thread name for Fuchsia
Alik Aslanyan
-4
/
+30
2021-04-01
Fix stack overflow detection on FreeBSD 11.1+
Alan Somers
-7
/
+16
2021-03-17
Display error details when a `mmap` call fails
Yuki Okushi
-2
/
+3
2021-02-27
Remove the x86_64-rumprun-netbsd target
Simonas Kazlauskas
-2
/
+2
2020-11-12
Auto merge of #78965 - jryans:emscripten-threads-libc, r=kennytm
bors
-19
/
+1
2020-11-12
Update thread and futex APIs to work with Emscripten
J. Ryan Stinnett
-19
/
+1
2020-10-31
fix aliasing issue in unix sleep function
Ralf Jung
-1
/
+2
2020-10-16
Take sys/vxworks/thread from sys/unix instead.
Mara Bos
-3
/
+6
2020-09-09
Only call pthread_attr_destroy() after getattr_np() succeeds on all libcs
Tavian Barnes
-2
/
+4
2020-09-09
Fix segfault if pthread_getattr_np fails
Tavian Barnes
-2
/
+6
2020-08-19
Enable stack-overflow detection on musl for non-main threads
Tomasz Miąsko
-6
/
+21
2020-07-27
mv std libs to library/
mark
-0
/
+465