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/windows
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_init.c Add wamrc AoT compiler building support for Windows(MSVC) (#332) 2020-08-11 11:30:51 +08:00
platform_internal.h fix coding style for windows build patch (#350) 2020-08-13 16:40:19 +08:00
posix_malloc.c Add wamrc AoT compiler building support for Windows(MSVC) (#332) 2020-08-11 11:30:51 +08:00
shared_platform.cmake Add wamrc AoT compiler building support for Windows(MSVC) (#332) 2020-08-11 11:30:51 +08:00
win_memmap.c Add the Windows COFF format support for AOT (#382) 2020-09-11 18:32:58 +08:00
win_thread.c Modify os_cond_reltimedwait to support long time wait (#461) 2020-12-07 17:37:53 +08:00
win_time.c fix coding style for windows build patch (#350) 2020-08-13 16:40:19 +08:00