rust/library/std/src/sys
Dylan DPC a5b0f72e71
Rollup merge of #100287 - cuviper:no-linux-prctl, r=Mark-Simulacrum
linux: Use `pthread_setname_np` instead of `prctl`

This function is available on Linux since glibc 2.12, musl 1.1.16, and
uClibc 1.0.20. The main advantage over `prctl` is that it properly
represents the pointer argument, rather than a multi-purpose `long`,
so we're better representing strict provenance (#95496).
2022-08-11 22:47:02 +05:30
..
common resolve the conflict in compiler/rustc_session/src/parse.rs 2022-03-16 20:12:30 +08:00
hermit Hermit: Make Mutex::init a no-op 2022-06-26 23:20:41 +02:00
itron Rollup merge of #97140 - joboet:solid_parker, r=m-ou-se 2022-06-26 19:46:59 +02:00
sgx Auto merge of #78802 - faern:simplify-socketaddr, r=joshtriplett 2022-07-31 15:56:28 +00:00
solid kmc-solid: Add a stub implementation of File::set_times 2022-08-04 19:12:30 +09:00
unix Rollup merge of #100287 - cuviper:no-linux-prctl, r=Mark-Simulacrum 2022-08-11 22:47:02 +05:30
unsupported Auto merge of #98246 - joshtriplett:times, r=m-ou-se 2022-08-01 06:44:43 +00:00
wasi Auto merge of #98246 - joshtriplett:times, r=m-ou-se 2022-08-01 06:44:43 +00:00
wasm Fix futex module imports on wasm+atomics 2022-07-27 12:44:32 +04:00
windows Update after code review 2022-08-04 12:26:40 +01:00
mod.rs Use target_family = "wasm" 2021-11-10 08:35:42 -08:00