summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/thread.rs
AgeCommit message (Expand)AuthorLines
2024-04-11Beta revert "Use OS thread name by default"Chris Denton-39/+1
2024-03-08further changes from feedbackDavid Carlier-19/+1
2024-03-04std::threads: revisit stack address calculation on netbsd.David Carlier-2/+21
2024-02-27Use the OS thread name by default for the current threadChris Denton-1/+39
2024-02-24library: use `addr_of!`Pavel Grigorenko-4/+4
2024-02-16Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnaybors-9/+9
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-7/+7
2024-02-15Use generic `NonZero` internally.Markus Reiter-9/+9
2024-02-09std::thread update freebsd stack guard handling.David Carlier-5/+25
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+992