wasm-micro-runtime/core/shared/platform/common
James Ring 5cc94e59ec
Improve posix mmap retry logic ()
- Only retry on EAGAIN, ENOMEM or EINTR.
- On EINTR, don't count it against the retry budget, just keep retrying.
  EINTR can happen in bursts.
- Log the errno on failure, and don't conditionalize that logging on
  BH_ENABLE_TRACE_MMAP. In other parts of the code, error logging is not
  conditional on that define, while turning on that tracing define makes
  things overly verbose.
2024-09-03 11:03:24 +08:00
..
freertos freertos: Thread exit more common () 2024-01-26 18:38:55 +08:00
libc-util Support more features for rt-thread () 2024-07-26 10:34:15 +08:00
math Fix zephyr sample build errors () 2022-11-28 11:23:51 +08:00
memory shared-platform: Remove dependency on shared-utils' bh_memory_remap_slow () 2024-02-17 13:44:33 +08:00
posix Improve posix mmap retry logic () 2024-09-03 11:03:24 +08:00