about summary refs log tree commit diff
path: root/library/std/src/sys/pal/itron/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-04-27use generic Atomic type where possibleChristopher Durham-2/+2
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-16/+11
2024-07-26Fix doc nitsJohn Arundel-2/+2
2024-06-24Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrumbors-2/+1
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
2024-06-15std: refactor the TLS implementationjoboet-2/+1
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-15Use generic `NonZero` internally.Markus Reiter-1/+2
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+368