wasm-micro-runtime/core/iwasm/libraries/thread-mgr
Enrico Loparco bfbe51e1b3
fix debugger: Set termination flags also when in debug mode (#2048)
When using multiple threads, termination flags are checked to stop the thread
if a `proc_exit` or trap occurs. They have to be set also in debug mode.

Tested using [WASI thread tests](https://github.com/bytecodealliance/wasm-micro-runtime/tree/main/core/iwasm/libraries/lib-wasi-threads/test).
2023-03-23 14:10:47 +08:00
..
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00
thread_manager.c fix debugger: Set termination flags also when in debug mode (#2048) 2023-03-23 14:10:47 +08:00
thread_manager.h Fix dead lock in source debugger (#2040) 2023-03-20 08:17:22 +08:00
thread_mgr.cmake Enable shared memory && add pthread support (#282) 2020-06-15 19:04:04 +08:00