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/iwasm/libraries/lib-pthread
YAMAMOTO Takashi e80715f352
lib-pthread: Fix pthread_create callback arg issue (#701)
The last argument arg of pthread_create passed from wasm app is opaque
for the library and host, it should be returned back to the wasm app without
any interpretation. There is no point to translate it to a native address.
Actually it harms because the validation seems broken.
2021-08-19 18:21:56 +08:00
..
lib_pthread_wrapper.c lib-pthread: Fix pthread_create callback arg issue (#701) 2021-08-19 18:21:56 +08:00
lib_pthread.cmake Enable shared memory && add pthread support (#282) 2020-06-15 19:04:04 +08:00
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00