about summary refs log tree commit diff
path: root/library/std/src/sys/pal/xous/thread.rs
AgeCommit message (Expand)AuthorLines
2025-07-28thread name in stack overflow messagejoboet-1/+5
2025-07-06sleep_until: use clock_nanosleep where possibledvdsk-1/+9
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-06-15std: refactor the TLS implementationjoboet-1/+1
2024-04-05Revert #121666Chris Denton-5/+1
2024-03-31std: move `thread::current` TLS variable out of `thread_info`joboet-10/+0
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