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
Georgii Rylov 2de24587a8
Fix wait_info data race for deletion and fix atomic_wait logic (#2016)
Fix a data race for test main_proc_exit_wait.c from #1963.
And fix atomic_wait logic that was wrong before:
- a thread 1 started executing wasm instruction wasm_atomic_wait
  but hasn't reached waiting on condition variable
- a main thread calls proc_exit and notifies all the threads that reached
  waiting on condition variable
Which leads to thread 1 hang on waiting on condition variable after that

Now it's atomically checked whether proc_exit was already called.
2023-03-13 10:19:17 +08:00
..
app-framework Add more types and APIs for attr_container (#1841) 2023-01-09 21:05:30 +08:00
app-mgr Enable to collect code coverage of samples/simple (#2003) 2023-03-07 08:45:03 +08:00
deps Integrate WASI-NN into WAMR (#1521) 2022-10-12 12:09:29 +08:00
iwasm Fix wait_info data race for deletion and fix atomic_wait logic (#2016) 2023-03-13 10:19:17 +08:00
shared Fix multi-threading issues (#2013) 2023-03-08 10:57:22 +08:00
config.h Enable aux stack allocations on application heap (#1799) 2022-12-19 10:58:12 +08:00
version.h Upgrade version number to 1.1.2 (#1788) 2022-12-20 14:37:07 +08:00