about summary refs log tree commit diff
path: root/library/std/src/sys/locks/mutex/mod.rs
AgeCommit message (Expand)AuthorLines
2024-03-12std: move `Once` implementations to `sys`joboet-39/+0
2024-03-05Windows: Implement mutex using futexChris Denton-3/+4
2024-02-16std: move locks to `sys` on platforms without threadsjoboet-0/+3
2024-02-16std: move locks to `sys` on xousjoboet-1/+4
2024-02-16std: move locks to `sys` on Windowsjoboet-0/+3
2024-02-16std: move locks to `sys` on UNIX and other futex platformsjoboet-1/+18
2024-02-16std: move locks to `sys` on teeosjoboet-1/+4
2024-02-16std: move locks to `sys` on SGXjoboet-2/+5
2024-02-16std: move locks to `sys` on µITRONjoboet-0/+6