wasm-micro-runtime/core/iwasm/libraries/thread-mgr
Wenyong Huang c6997aa68a
Fix execute_main not wait for other threads (#1137)
Fix wasm_application_execute_main/wasm_application_execute_func not waiting for
other threads to terminate in multi-thread mode, which causes that the exception
thrown by other threads may haven't been spreaded to current main thread, and
cannot be detected by the caller, as reported in #1131.
2022-04-29 15:47:43 +08:00
..
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00
thread_manager.c Fix execute_main not wait for other threads (#1137) 2022-04-29 15:47:43 +08:00
thread_manager.h Fix execute_main not wait for other threads (#1137) 2022-04-29 15:47:43 +08:00
thread_mgr.cmake Enable shared memory && add pthread support (#282) 2020-06-15 19:04:04 +08:00