wasm-micro-runtime/core/iwasm/libraries/thread-mgr
Vyacheslav Chigrin e8b2c51b48 Move exception lock to ModuleInstance data.
This lock acquired on each native function call. This cause performance impact
on programs, containing many native function calls, and running in multithreaded environment.
2025-12-23 20:07:30 +03:00
..
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00
thread_manager.c Move exception lock to ModuleInstance data. 2025-12-23 20:07:30 +03:00
thread_manager.h Implement a first version of shared heap feature (#3789) 2024-09-14 10:51:42 +08:00
thread_mgr.cmake Enable shared memory && add pthread support (#282) 2020-06-15 19:04:04 +08:00