summary refs log tree commit diff
path: root/library/std/src/sys_common/thread.rs
AgeCommit message (Collapse)AuthorLines
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