wasm-micro-runtime/build-scripts
YAMAMOTO Takashi 444b159963
Implement async termination of blocking thread (#2516)
Send a signal whose handler is no-op to a blocking thread to wake up
the blocking syscall with either EINTR equivalent or partial success.

Unlike the approach taken in the `dev/interrupt_block_insn` branch (that is,
signal + longjmp similarly to `OS_ENABLE_HW_BOUND_CHECK`), this PR
does not use longjmp because:
* longjmp from signal handler doesn't work on nuttx
  refer to https://github.com/apache/nuttx/issues/10326
* the singal+longjmp approach may be too difficult for average programmers
  who might implement host functions to deal with

See also https://github.com/bytecodealliance/wasm-micro-runtime/issues/1910
2023-09-20 18:11:52 +08:00
..
esp-idf Enable platform support for esp-idf v5.0.1 (#2050) 2023-03-23 17:29:57 +08:00
build_llvm.py Implement AOT static PGO (#2243) 2023-06-05 09:17:39 +08:00
config_common.cmake Implement async termination of blocking thread (#2516) 2023-09-20 18:11:52 +08:00
involve_boringssl.cmake Use boringssl instead of openssl to implement wasm cache loading (#1804) 2022-12-20 14:37:07 +08:00
lldb_wasm.patch Fix issues in releasing wamr-lldb (#2497) 2023-08-23 12:56:11 +08:00
requirements.txt Bump requests from 2.28.2 to 2.31.0 in /build-scripts (#2229) 2023-05-24 08:52:45 +08:00
runtime_lib.cmake Implement module instance context APIs (#2436) 2023-09-07 14:54:11 +08:00
SConscript Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00
SConscript_config Add control for the native stack check with hardware trap (#1682) 2022-11-07 18:26:33 +08:00