Xu Jun
90a0057d33
Implement pthread_cond_broadcast wrapper for lib-pthread ( #982 )
...
Implement pthread_cond_broadcast wrapper for lib-pthread
- support pthread_cond_broadcast wrapper for posix/linux-sgx/windows
- update document for building multi-thread wasm app with emcc
2022-01-25 09:28:02 +08:00
Xu Jun
2c3f284b85
Add extern "C" in libc-builtin-sysroot pthread.h ( #933 )
...
Add extern "C" in libc-builtin-sysroot pthread.h to fix mulit-thread
wasm app compiling error with C++ compiler
2022-01-04 20:37:01 +08:00
Wenyong Huang
388530c738
Modify os_cond_reltimedwait to support long time wait ( #461 )
...
Modify the argument of os_cond_reltimedwait to uint64 type to support long time wait, and handle possible integer overflow.
2020-12-07 17:37:53 +08:00
Xu Jun
e3c04e6684
support pthread_key related APIs ( #288 )
2020-06-18 11:37:31 +08:00
Xu Jun
d98ab63e5c
Enable shared memory && add pthread support ( #282 )
2020-06-15 19:04:04 +08:00