about summary refs log tree commit diff
path: root/library/std/src/sys/pal/uefi/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-06-05Raise `DEFAULT_MIN_STACK_SIZE` to at least 64KiBJubilee Young-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-02-11Implement sys/thread for UEFIAyush Singh-0/+60