mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 18:11:21 +00:00
Multiple threads generated from the same module should use the same lock to protect the atomic operations. Before this PR, each thread used a different lock to protect atomic operations (e.g. atomic add), making the lock ineffective. Fix #1958. |
||
|---|---|---|
| .. | ||
| basic | ||
| file | ||
| gui | ||
| littlevgl | ||
| multi-module | ||
| multi-thread | ||
| native-lib | ||
| ref-types | ||
| sgx-ra | ||
| simple | ||
| socket-api | ||
| spawn-thread | ||
| wasm-c-api | ||
| wasm-c-api-imports | ||
| workload | ||