Home
last modified time | relevance | path

Searched refs:HandleInterrupts (Results 1 – 19 of 19) sorted by relevance

/external/syzkaller/pkg/osutil/
Dosutil_akaros.go13 func HandleInterrupts(shutdown chan struct{}) { func
Dosutil_fuchsia.go14 func HandleInterrupts(shutdown chan struct{}) { func
Dosutil_windows.go15 func HandleInterrupts(shutdown chan struct{}) { func
Dosutil_unix.go70 func HandleInterrupts(shutdown chan struct{}) { func
/external/syzkaller/tools/syz-repro/
Drepro.go64 osutil.HandleInterrupts(vm.Shutdown)
/external/syzkaller/syz-ci/
Dsyz-ci.go115 osutil.HandleInterrupts(shutdownPending)
/external/syzkaller/tools/syz-crush/
Dcrush.go68 osutil.HandleInterrupts(shutdownC)
/external/v8/src/
Dexecution.h136 Object* HandleInterrupts();
Djson-stringifier.cc398 isolate_->stack_guard()->HandleInterrupts()->IsException(isolate_)) { in Serialize_()
536 isolate_->stack_guard()->HandleInterrupts()->IsException( in SerializeJSArray()
554 isolate_->stack_guard()->HandleInterrupts()->IsException( in SerializeJSArray()
Dfutex-emulation.cc178 Object* interrupt_object = isolate->stack_guard()->HandleInterrupts(); in Wait()
Dexecution.cc498 Object* StackGuard::HandleInterrupts() { in HandleInterrupts() function in v8::internal::StackGuard
Djson-parser.cc292 isolate_->stack_guard()->HandleInterrupts()->IsException(isolate_)) { in ParseJsonValue()
/external/v8/src/runtime/
Druntime-internal.cc264 return isolate->stack_guard()->HandleInterrupts(); in RUNTIME_FUNCTION()
270 return isolate->stack_guard()->HandleInterrupts(); in RUNTIME_FUNCTION()
Druntime-wasm.cc297 return isolate->stack_guard()->HandleInterrupts(); in RUNTIME_FUNCTION()
Druntime-debug.cc90 Object* interrupt_object = isolate->stack_guard()->HandleInterrupts(); in RUNTIME_FUNCTION_RETURN_PAIR()
122 return isolate->stack_guard()->HandleInterrupts(); in RUNTIME_FUNCTION()
/external/v8/src/regexp/
Dregexp-macro-assembler.cc187 Object* result = isolate->stack_guard()->HandleInterrupts(); in CheckStackGuardState()
/external/syzkaller/tools/syz-execprog/
Dexecprog.go84 osutil.HandleInterrupts(ctx.shutdown)
/external/syzkaller/syz-fuzzer/
Dfuzzer.go127 osutil.HandleInterrupts(shutdown)
/external/syzkaller/syz-manager/
Dmanager.go278 osutil.HandleInterrupts(vm.Shutdown)