wasm-micro-runtime/core/iwasm/libraries
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
..
debug-engine Enable source debugging feature for windows platform (#910) 2021-12-22 19:52:07 +08:00
lib-pthread Remove hardcoded stack size while creating pthread (#881) 2021-12-10 15:11:45 +08:00
libc-builtin Cleanup output format warnings (#904) 2021-12-20 15:51:36 +08:00
libc-emcc Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00
libc-uvwasi Upgrade uvwasi to 1.42.0 and fix Android link issues (#938) 2022-01-06 18:25:37 +08:00
libc-wasi Remove duplicated wasi_dircookie_t typedef in libc_wasi_wrapper.h (#808) 2021-10-30 14:41:57 +08:00
thread-mgr Fix thread manager issues (#962) 2022-01-17 17:09:04 +08:00