mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-06-01 06:27:11 +00:00
![]() While we used a different approach for poll_oneoff [1], the implementation works only when the poll list includes an absolute clock event. That is, if we have a thread which is polling on descriptors without a timeout, we fail to terminate the thread. This commit fixes it by applying wasm_runtime_begin_blocking_op to poll as well. [1] https://github.com/bytecodealliance/wasm-micro-runtime/pull/1951 |
||
---|---|---|
.. | ||
blocking_op.c | ||
blocking_op.h | ||
LICENSE | ||
locking.h | ||
posix.c | ||
posix.h | ||
queue.h | ||
random.c | ||
random.h | ||
README.md | ||
refcount.h | ||
rights.h | ||
ssp_config.h | ||
str.c | ||
str.h |
This directory consists of selected files copied from the [src/libemulator] directory in the cloudabi-utils repository, with minor modifications, along with the accompanying LICENSE file from that repository.
The modifications are marked with WASMTIME_*
preprocessor macros.
The files were copied at git revision 223dadc53248552db43e012c67ed08cf416a2b12 which is dated Tue Jun 25 17:22:07 2019 -0700 .