about summary refs log tree commit diff
path: root/library/std/src/sys/pal/hermit/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-28Use correct error message casing for `io::const_error`sNoratrieb-1/+1
2024-12-17Use field init shorthand where possibleJosh Triplett-1/+1
2024-11-26std: update internal uses of `io::const_error!`joboet-1/+1
2024-10-02std: make `thread::current` available in all `thread_local!` destructorsjoboet-0/+1
2024-08-26pal/hermit: saturate `usleep` microseconds at `u64::MAX`Martin Kröning-1/+2
2024-08-25pal/hermit: correctly round up microseconds in `Thread::sleep`Martin Kröning-1/+3
2024-08-01fix(pal/hermit): `deny(unsafe_op_in_unsafe_fn)`Martin Kröning-9/+15
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-07-15lib: replace some `mem::forget`'s with `ManuallyDrop`Pavel Grigorenko-4/+2
2024-06-24Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrumbors-2/+1
2024-06-15std: refactor the TLS implementationjoboet-2/+1
2024-06-07add HermitOS support of vectored read/write operationsStefan Lankes-1/+1
2024-04-23increase the readability by using the unique name for the hermit-abiStefan Lankes-8/+8
2024-04-05Revert #121666Chris Denton-5/+1
2024-04-03rename `expose_addr` to `expose_provenance`joboet-1/+1
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-1/+1
2024-03-31std: move `thread::current` TLS variable out of `thread_info`joboet-10/+0
2024-03-23rename ptr::from_exposed_addr -> ptr::with_exposed_provenanceRalf Jung-1/+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-11std: fix module references on hermitjoboet-2/+2
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+112