Home
last modified time | relevance | path

Searched full:interruptible (Results 1 – 7 of 7) sorted by relevance

/qemu/include/user/
H A Dsafe-syscall.h41 * (1) Non-interruptible syscalls
50 * Some non-interruptible syscalls need to be handled using block_signals()
56 * (2) Interruptible syscalls
65 * -ERESTARTSYS). System calls which are only interruptible in some
87 * block_signals() cannot be used for interruptible syscalls.
/qemu/include/exec/
H A Dcpu-common.h211 * This is helpful for architectures that support interruptible
214 * or to continue executing the interruptible instruction.
/qemu/.gitlab-ci.d/
H A Dbase.yml32 interruptible: true
/qemu/docs/devel/migration/
H A Dpostcopy.rst37 long the vCPU was in state of interruptible sleep due to pagefault.
/qemu/target/s390x/tcg/
H A Dmem_helper.c1178 * MVCL is interruptible. Return to the main loop if requested after in HELPER()
/qemu/nbd/
H A Dserver.c1447 * interruptible and to know when the coroutine is yielding.
/qemu/linux-user/
H A Dsyscall.c8655 * Although execve() is not an interruptible syscall it is in do_execv()