wasm-micro-runtime/core/shared/platform/common/posix
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
..
platform_api_posix.cmake re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
posix_malloc.c re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
posix_memmap.c Change wasm app offset type from int32 to uint32 (#361) 2020-08-26 18:33:29 +08:00
posix_thread.c Modify os_cond_reltimedwait to support long time wait (#461) 2020-12-07 17:37:53 +08:00
posix_time.c re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00