about summary refs log tree commit diff
path: root/library/std/src/sys/pal/teeos/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
2025-02-14std: Apply unsafe_op_in_unsafe_fnEric Huss-1/+1
2025-02-09Mark extern blocks as unsafeMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+1
2024-07-24Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=AmanieuMatthias Krüger-11/+5
2024-07-16clean unsafe op in unsafe fn袁浩----天命剑主-13/+15
2024-07-15lib: replace some `mem::forget`'s with `ManuallyDrop`Pavel Grigorenko-11/+5
2024-04-11Factor some common `io::Error` constantsBenoît du Garreau-4/+1
2024-04-05Revert #121666Chris Denton-5/+1
2024-03-31std: move `thread::current` TLS variable out of `thread_info`joboet-12/+0
2024-03-01Add `get_name` placeholder to other targetsChris Denton-1/+5
2024-02-15Use generic `NonZero` internally.Markus Reiter-2/+2
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+164