wasm-micro-runtime/core/iwasm/libraries/lib-wasi-threads
Enrico Loparco ea6cef7e51
Fix malloc non-thread-safe usage in lib-wasi-threads test (#2022)
In the WASI thread test modified in this PR, malloc was used in multiple threads
without a lock. But wasi-libc implementation of malloc is not thread-safe.
2023-03-11 10:44:37 +08:00
..
test Fix malloc non-thread-safe usage in lib-wasi-threads test (#2022) 2023-03-11 10:44:37 +08:00
lib_wasi_threads_wrapper.c Add lock to protect the operations of accessing exec env (#1991) 2023-02-27 19:53:41 +08:00
lib_wasi_threads.cmake Reserve TID values for WASI threads (#1862) 2023-01-06 10:28:25 +08:00
tid_allocator.c Reserve TID values for WASI threads (#1862) 2023-01-06 10:28:25 +08:00
tid_allocator.h Reserve TID values for WASI threads (#1862) 2023-01-06 10:28:25 +08:00