This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm
Wenyong Huang 092efbfe21
Fix thread manager issues (#962)
Fix the issue that joining a detached thread might result in joining hang,
resolve the issue by adding wait_count for a thread's exec_env to indicate
whether a thread needs to detach itself or not when it exits.

And add checks for the input exec_env for cluster's join/detach/cancel thread.
2022-01-17 17:09:04 +08:00
..
aot Enable Windows XIP (#944) 2022-01-10 15:59:58 +08:00
common Fix thread manager issues (#962) 2022-01-17 17:09:04 +08:00
compilation Refine llvm pass order (#948) 2022-01-12 18:56:56 +08:00
include Refine codes and fix several issues (#882) 2021-12-10 18:13:17 +08:00
interpreter Wrap data width according to atomic opcode specified (#936) 2022-01-06 11:43:34 +08:00
libraries Fix thread manager issues (#962) 2022-01-17 17:09:04 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00