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/shared/platform/alios
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
..
alios_platform.c Implement memory access bound check with hardware trap for 64-bit platforms (#293) 2020-06-28 15:41:25 +08:00
alios_thread.c Modify os_cond_reltimedwait to support long time wait (#461) 2020-12-07 17:37:53 +08:00
alios_time.c re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
platform_internal.h re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
shared_platform.cmake re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00