wasm-micro-runtime/core/shared/platform/include
Wenyong Huang f279ba84ee
Fix multi-threading issues (#2013)
- Implement atomic.fence to ensure a proper memory synchronization order
- Destroy exec_env_singleton first in wasm/aot deinstantiation
- Change terminate other threads to wait for other threads in
  wasm_exec_env_destroy
- Fix detach thread in thread_manager_start_routine
- Fix duplicated lock cluster->lock in wasm_cluster_cancel_thread
- Add lib-pthread and lib-wasi-threads compilation to Windows CI
2023-03-08 10:57:22 +08:00
..
platform_api_extension.h Fix multi-threading issues (#2013) 2023-03-08 10:57:22 +08:00
platform_api_vmcore.h Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
platform_common.h Fix zephyr sample build errors (#1757) 2022-11-28 11:23:51 +08:00