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

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DWatchdogNone.cpp27 #include "Watchdog.h"
34 void Watchdog::initTimer()
38 void Watchdog::destroyTimer()
42 void Watchdog::startTimer(double)
46 void Watchdog::stopTimer()
H A DWatchdog.cpp27 #include "Watchdog.h"
37 Watchdog::Watchdog() function in class:JSC::Watchdog
52 Watchdog::~Watchdog()
59 void Watchdog::setTimeLimit(VM& vm, double limit,
90 bool Watchdog::didFire(ExecState* exec)
133 bool Watchdog::isEnabled()
138 void Watchdog::fire()
143 void Watchdog
[all...]
H A DWatchdogMac.cpp27 #include "Watchdog.h"
31 void Watchdog::initTimer()
37 void Watchdog::destroyTimer()
44 void Watchdog::startTimer(double limit)
62 void Watchdog::stopTimer()
H A DWatchdog.h38 class Watchdog { class in namespace:JSC
42 Watchdog();
43 ~Watchdog();
76 // m_timerDidFire (above) indicates whether the timer fired. The Watchdog
78 // the Watchdog fires and m_didFire will be set.
101 friend class Watchdog::Scope;
105 class Watchdog::Scope {
107 Scope(Watchdog* watchdog)
123 Watchdog* m_watchdog;
H A DVM.h49 #include "Watchdog.h"
233 std::unique_ptr<Watchdog> watchdog;
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSContextRef.cpp94 vm.watchdog = std::make_unique<Watchdog>();
95 Watchdog& watchdog = *vm.watchdog;
108 vm.watchdog = std::make_unique<Watchdog>();
109 Watchdog& watchdog = *vm.watchdog;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dncf.vim95 syn match ncfSetCommandsNum "\(Number of Watchdog Packets\)\s*="
131 syn match ncfSetCommandsBool "\(Console Display Watchdog Logouts\)\s*="
194 syn match ncfSetCommandsTime "\(Delay Before First Watchdog Packet\)\s*="
195 syn match ncfSetCommandsTime "\(Delay Between Watchdog Packets\)\s*="
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DInterpreter.cpp935 Watchdog::Scope watchdogScope(vm.watchdog.get());
994 Watchdog::Scope watchdogScope(vm.watchdog.get());
1062 Watchdog::Scope watchdogScope(vm.watchdog.get());
1132 Watchdog::Scope watchdogScope(vm.watchdog.get());
1216 Watchdog::Scope watchdogScope(vm.watchdog.get());
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter.asm1028 loadb VM::watchdog+Watchdog::m_timerDidFire[t1], t0
/macosx-10.10.1/apache-793/httpd/
H A Dconfigure1808 --enable-watchdog Watchdog module
H A Dconfigure.orig1808 --enable-watchdog Watchdog module

Completed in 391 milliseconds