wasm-micro-runtime/core/shared/platform/common/posix
fadumina1 a874bf0ff8
Implement wasi clock_time/clock_res get (#2637)
Add os_clock_res_get and os_clock_time_get in platform_api_extension.h,
and implement them in posix like platforms and windows platform.
2023-10-22 21:11:29 +08:00
..
platform_api_posix.cmake Abstract POSIX filesystem functions (#2585) 2023-10-19 19:19:39 +08:00
posix_blocking_op.c Implement async termination of blocking thread (#2516) 2023-09-20 18:11:52 +08:00
posix_clock.c Implement wasi clock_time/clock_res get (#2637) 2023-10-22 21:11:29 +08:00
posix_file.c Abstract POSIX filesystem functions (#2585) 2023-10-19 19:19:39 +08:00
posix_malloc.c Add bh_print_proc_mem() to dump memory info of current process (#1734) 2022-11-25 08:33:44 +08:00
posix_memmap.c Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +08:00
posix_sleep.c Implement os_usleep for posix (#2517) 2023-09-01 12:10:54 +08:00
posix_socket.c Add Cosmopolitan Libc Platform (#2598) 2023-10-04 21:55:37 +08:00
posix_thread.c Merge branch main into dev/wasi-libc-windows 2023-10-09 09:24:00 +08:00
posix_time.c Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00