about summary refs log tree commit diff
path: root/library/std/src/sys_common/thread.rs
AgeCommit message (Collapse)AuthorLines
2024-04-11std: remove `sys_common::thread`joboet-18/+0
2023-12-10Remove an allocation in min_stackAlex Saveau-1/+1
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
2022-05-01Relax memory ordering used in `min_stack`Austin Kiekintveld-2/+2
`min_stack` does not provide any synchronization guarantees to its callers, and only requires atomicity for `MIN` itself, so relaxed memory ordering is sufficient.
2020-07-27mv std libs to library/mark-0/+18