Files
rust/library/std/src
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
..
2022-08-01 20:10:40 +00:00
2021-10-25 22:44:41 -05:00
2022-07-18 15:06:07 +01:00
2022-05-27 07:36:17 -04:00
2022-03-23 05:33:44 +00:00
2022-06-26 16:31:29 +02:00
2022-04-14 01:33:13 -04:00
2022-05-24 19:41:40 -07:00
2022-08-02 16:21:20 -07:00