wasm-micro-runtime/core/shared/platform/common
Enrico Loparco 132378f30b
Allow using custom signal handler from non-main thread (#2551)
Remove thread local attribute of prev_sig_act_SIGSEGV/SIGBUS to allow using
custom signal handler from non-main thread since in a thread spawned by
embedder, embedder may be unable to call wasm_runtime_init_thread_env to
initialize them.

And fix the handling of prev_sig_act when its sa_handler is SIG_DFL, SIG_IGN,
or a user customized handler.
2023-09-15 18:55:16 +08:00
..
freertos Add bh_print_proc_mem() to dump memory info of current process (#1734) 2022-11-25 08:33:44 +08:00
math Fix zephyr sample build errors (#1757) 2022-11-28 11:23:51 +08:00
posix Allow using custom signal handler from non-main thread (#2551) 2023-09-15 18:55:16 +08:00