about summary refs log tree commit diff
path: root/library/std/src/sys/wasm/atomics/thread.rs
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-55/+0
2022-04-19Use futex locks on wasm+atomics.Mara Bos-34/+0
2021-09-28Rename `std::thread::available_onccurrency` to `std::thread::available_parall...Yoshua Wuyts-1/+1
2021-07-02Fix double import in wasm threadThomas Versteeg-1/+0
2021-06-21Use `Unsupported` on platforms where `available_concurrency` is not implemented.Christiaan Dirkx-4/+2
2021-06-21Move `available_concurrency` implementation to `sys`Christiaan Dirkx-0/+8
2021-04-28Move `wasm` atomics code to `wasm/atomics`Christiaan Dirkx-0/+84