wasm-micro-runtime/core/iwasm/libraries/thread-mgr
Marcin Kolny e2c754f0a6
Fix data race when terminating or waiting for a thread (#1924)
There is a possibility that while iterating through a list of threads, the threads
finish by themselves, making a list of exec_env invalid.
2023-02-06 19:08:45 +08:00
..
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00
thread_manager.c Fix data race when terminating or waiting for a thread (#1924) 2023-02-06 19:08:45 +08:00
thread_manager.h Main thread spread exception when thread-mgr is enabled (#1889) 2023-01-20 08:54:27 +08:00
thread_mgr.cmake Enable shared memory && add pthread support (#282) 2020-06-15 19:04:04 +08:00