mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 23:15:16 +00:00
edaff3c6ec
If WASM app has called pthread_detach() to detach a thread, it will be detached again when thread exits. Attempting to detach an already detached thread may result in crash in musl-libc. This patch fixes it. |
||
---|---|---|
.. | ||
SConscript | ||
thread_manager.c | ||
thread_manager.h | ||
thread_mgr.cmake |