about summary refs log tree commit diff
path: root/library/std/src/sys/unix/thread.rs
AgeCommit message (Expand)AuthorLines
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-2/+13
2023-01-17refactor[std]: do not use box syntaxjoboet-1/+1
2023-01-14Remove various double spaces in source comments.André Vennberg-8/+8
2022-12-28Rollup merge of #104493 - adamncasey:cgroupzeroperiod, r=m-ou-seMatthias Krüger-2/+2
2022-12-22std: only use LFS function on glibcmochaaP-2/+2
2022-12-14Rollup merge of #105399 - mikebenfield:lfs, r=thomccMatthias Krüger-2/+5
2022-12-07Avoid heap allocation when truncating thread namesGavin Li-12/+7
2022-12-07Use more LFS functions.Michael Benfield-2/+5
2022-11-16available_parallelism: Handle 0 cfs_period_usAdam Casey-2/+2
2022-10-26thread::set_name: debug-assert that things went wellRalf Jung-6/+10
2022-10-21Move truncation next to other thread tests for tidyJosh Stone-25/+0
2022-10-21Truncate thread names on Linux and Apple targetsJosh Stone-0/+43
2022-10-13Rollup merge of #102854 - semarie:openbsd-immutablestack, r=m-ou-seDylan DPC-0/+10
2022-10-09openbsd: don't reallocate a guard page on the stack.Sébastien Marie-0/+10
2022-10-03Reduce CString allocations in std as much as possibleAlex Saveau-2/+1
2022-09-03more clippy::perf fixesMatthias Krüger-1/+1
2022-08-08linux: Use `pthread_setname_np` instead of `prctl`Josh Stone-3/+9
2022-07-23Auto merge of #97925 - the8472:cgroupv1, r=joshtriplettbors-46/+189
2022-07-20Library changes for Apple WatchOSVladimir Michael Eatwell-1/+1
2022-06-24scan mountinfo when hardcoded cgroupv1 mountpoints don't workThe 8472-19/+83
2022-06-09add cgroupv1 support to available_parallelismThe 8472-47/+126
2022-04-06Change trailing prctl arguments to c_ulongBen Kimock-1/+7
2022-04-03Don't cast thread name to an integer for prctlBen Kimock-1/+1
2022-03-30Fix library/std compilation on openbsd.Dan Gohman-1/+1
2022-03-29Make some linux/unix APIs better conform to strict provenance.Alexis Beingessner-23/+25
2022-03-05do not attempt to open cgroup files under MiriRalf Jung-0/+5
2022-03-03hardcode /sys/fs/cgroup instead of doing a lookup via mountinfoThe 8472-53/+67
2022-03-03Use cgroup quotas for calculating `available_parallelism`The 8472-3/+68
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-5/+5
2021-11-12Refactor weak symbols in std::sys::unixJosh Stone-7/+10
2021-10-31Make std::thread::available_concurrency support process-limited number of CPUsJosh Triplett-0/+8
2021-10-10Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisabors-1/+2
2021-10-06Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-seManish Goregaokar-1/+1
2021-10-06Add new target armv7-unknown-linux-uclibceabihfYannick Koehler-1/+2
2021-10-02haiku thread affinity build fixDavid Carlier-6/+10
2021-09-28Rename `std::thread::available_onccurrency` to `std::thread::available_parall...Yoshua Wuyts-1/+1
2021-09-27thread: implements available_concurrency on haikuDavid Carlier-1/+10
2021-08-10STD support for the ESP-IDF frameworkivmarkov-17/+46
2021-07-28thread set_name haiku implementation.David Carlier-2/+9
2021-07-24Auto merge of #84589 - In-line:zircon-thread-name, r=JohnTitorbors-4/+30
2021-07-10Change `weak!` and `linkat!` to macros 2.0Aris Merchant-0/+2
2021-06-21Use `Unsupported` on platforms where `available_concurrency` is not implemented.Christiaan Dirkx-1/+1
2021-06-21Move `available_concurrency` implementation to `sys`Christiaan Dirkx-0/+83
2021-04-27Update library/std/src/sys/unix/thread.rsAlik Aslanyan-1/+1
2021-04-26Implement setting thread name for FuchsiaAlik Aslanyan-4/+30
2021-04-01Fix stack overflow detection on FreeBSD 11.1+Alan Somers-7/+16
2021-03-17Display error details when a `mmap` call failsYuki Okushi-2/+3
2021-02-27Remove the x86_64-rumprun-netbsd targetSimonas Kazlauskas-2/+2
2020-11-12Auto merge of #78965 - jryans:emscripten-threads-libc, r=kennytmbors-19/+1
2020-11-12Update thread and futex APIs to work with EmscriptenJ. Ryan Stinnett-19/+1