wasm-micro-runtime/core/iwasm/libraries
Xu Jun 9b0b33e4ae
fix duplicated debug instance id in multiple native thread issue (#847)
The debug_instance_list is not protected by mutex, and the debug instance uses
the length of this list as its id. If several threads create debug instance at the
same time, they may get duplicated/same ids. This patch adds mutex to protect
this list.
2021-11-25 12:15:37 +08:00
..
debug-engine fix duplicated debug instance id in multiple native thread issue (#847) 2021-11-25 12:15:37 +08:00
lib-pthread Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00
libc-builtin Fix spec test workflow issue and CI Dockerfile issue (#810) 2021-10-30 09:24:03 +08:00
libc-emcc Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00
libc-uvwasi Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +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 bug of destroy_callback_list not cleared when thread mgr destroy (#844) 2021-11-23 10:57:01 +08:00