Home
last modified time | relevance | path

Searched refs:Watchdog (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DWatchdog.h1 //===--- Watchdog.h - Watchdog timer ----------------------------*- C++ -*-===//
9 // This file declares the llvm::sys::Watchdog class.
25 class Watchdog { class
27 Watchdog(unsigned int seconds);
28 ~Watchdog();
31 Watchdog(const Watchdog &other) = delete;
32 Watchdog &operator=(const Watchdog
[all...]
/third_party/node/src/
H A Dnode_watchdog.cc42 Watchdog::Watchdog(v8::Isolate* isolate, uint64_t ms, bool* timed_out) in Watchdog() function in node::Watchdog
48 OnFatalError("node::Watchdog::Watchdog()", "Failed to initialize uv loop."); in Watchdog()
52 Watchdog* w = ContainerOf(&Watchdog::async_, signal); in Watchdog()
61 rc = uv_timer_start(&timer_, &Watchdog::Timer, ms, 0); in Watchdog()
64 rc = uv_thread_create(&thread_, &Watchdog::Run, this); in Watchdog()
69 Watchdog::~Watchdog() { in ~Watchdog()
[all...]
H A Dnode_watchdog.h45 class Watchdog { class
47 explicit Watchdog(v8::Isolate* isolate,
50 ~Watchdog();
H A Dmodule_wrap.cc394 Watchdog wd(isolate, timeout, &timed_out); in Evaluate()
401 Watchdog wd(isolate, timeout, &timed_out); in Evaluate()
H A Dnode_contextify.cc1079 Watchdog wd(env->isolate(), timeout, &timed_out); in EvalMachine()
1086 Watchdog wd(env->isolate(), timeout, &timed_out); in EvalMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPrettyStackTrace.cpp21 #include "llvm/Support/Watchdog.h"
83 sys::Watchdog W(5); in PrintStack()

Completed in 6 milliseconds