summary refs log tree commit diff
path: root/library/std/src/sys/pal/xous/thread.rs
AgeCommit message (Expand)AuthorLines
2024-04-11Beta revert "Use OS thread name by default"Chris Denton-5/+1
2024-03-01Add `get_name` placeholder to other targetsChris Denton-1/+5
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-1/+1
2024-02-15Use generic `NonZero` internally.Markus Reiter-3/+3
2024-01-13xous: thread: mark thread_main() as divergentSean Cross-3/+7
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+144