about summary refs log tree commit diff
path: root/library/std/src/sys/wasm/atomics/mutex.rs
AgeCommit message (Expand)AuthorLines
2022-04-19Use futex locks on wasm+atomics.Mara Bos-64/+0
2022-04-16Use a single ReentrantMutex implementation on all platforms.Mara Bos-93/+1
2021-12-14Fix a bunch of typosFrank Steffahn-3/+3
2021-04-28Move `wasm` atomics code to `wasm/atomics`Christiaan Dirkx-0/+156