wasm-micro-runtime/core/iwasm/libraries/lib-wasi-threads
Maks Litskevich 411b903cee
Add mutex stress test (#2472)
As a part of stress-testing we want to ensure that mutex implementation is working
correctly and protecting shared resource to be allocated from other threads when
mutex is locked.

This test covers the most common situations that happen when some program uses
mutexes like locks from various threads, locks from the same thread etc.
2023-08-30 19:01:44 +08:00
..
stress-test Add mutex stress test (#2472) 2023-08-30 19:01:44 +08:00
test Add mutex stress test (#2472) 2023-08-30 19:01:44 +08:00
lib_wasi_threads_wrapper.c Fix memory sharing (#2415) 2023-08-04 10:18:13 +08:00
lib_wasi_threads.cmake Reserve TID values for WASI threads (#1862) 2023-01-06 10:28:25 +08:00
tid_allocator.c Fix issues reported by Coverity and clear windows warnings (#2467) 2023-08-17 10:54:02 +08:00
tid_allocator.h Reserve TID values for WASI threads (#1862) 2023-01-06 10:28:25 +08:00