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 D | Watchdog.h | 1 //===--- 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 D | node_watchdog.cc | 42 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 D | node_watchdog.h | 45 class Watchdog { class 47 explicit Watchdog(v8::Isolate* isolate, 50 ~Watchdog();
|
H A D | module_wrap.cc | 394 Watchdog wd(isolate, timeout, &timed_out); in Evaluate() 401 Watchdog wd(isolate, timeout, &timed_out); in Evaluate()
|
H A D | node_contextify.cc | 1079 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 D | PrettyStackTrace.cpp | 21 #include "llvm/Support/Watchdog.h" 83 sys::Watchdog W(5); in PrintStack()
|
Completed in 6 milliseconds