about summary refs log tree commit diff
path: root/library/std/src/sys/locks/rwlock
AgeCommit message (Expand)AuthorLines
2024-03-12std: move `Once` implementations to `sys`joboet-1470/+0
2024-03-05Windows: Implement mutex using futexChris Denton-3/+4
2024-02-23moved tests fileNikitaShyrei-0/+21
2024-02-21rename ptr::invalid -> ptr::without_provenanceRalf Jung-5/+5
2024-02-16std: move locks to `sys` on platforms without threadsjoboet-0/+68
2024-02-16std: move locks to `sys` on xousjoboet-0/+77
2024-02-16std: move locks to `sys` on Windowsjoboet-0/+43
2024-02-16std: move locks to `sys` on UNIX and other futex platformsjoboet-1/+893
2024-02-16std: move locks to `sys` on teeosjoboet-0/+47
2024-02-16std: move locks to `sys` on SGXjoboet-1/+223
2024-02-16std: move locks to `sys` on µITRONjoboet-0/+99