Searched refs:watchdog (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSContextRef.cpp94 Watchdog& watchdog = vm.watchdog; local
97 watchdog.setTimeLimit(vm, limit, internalScriptTimeoutCallback, callbackPtr, callbackData);
99 watchdog.setTimeLimit(vm, limit);
106 Watchdog& watchdog = vm.watchdog; local
107 watchdog.setTimeLimit(vm, std::numeric_limits<double>::infinity());
/macosx-10.9.5/postfix-252/postfix/src/master/
H A Dmaster.c189 #include <watchdog.h>
249 WATCHDOG *watchdog; local
496 watchdog = watchdog_create(MASTER_WATCHDOG_TIME, (WATCHDOG_FN) 0, (char *) 0);
506 watchdog_start(watchdog); /* same as trigger servers */
H A Devent_server.c136 /* Override the default 1000s watchdog timeout. The value is
216 #include <watchdog.h>
538 WATCHDOG *watchdog; local
887 watchdog = watchdog_create(event_server_watchdog,
895 watchdog_stop(watchdog);
900 watchdog_start(watchdog);
H A Dmulti_server.c204 #include <watchdog.h>
534 WATCHDOG *watchdog; local
877 watchdog = watchdog_create(var_daemon_timeout, (WATCHDOG_FN) 0, (char *) 0);
884 watchdog_stop(watchdog);
889 watchdog_start(watchdog);
H A Dsingle_server.c181 #include <watchdog.h>
417 WATCHDOG *watchdog; local
750 watchdog = watchdog_create(var_daemon_timeout, (WATCHDOG_FN) 0, (char *) 0);
757 watchdog_stop(watchdog);
762 watchdog_start(watchdog);
H A Dtrigger_server.c127 /* Override the default 1000s watchdog timeout. The value is
192 #include <watchdog.h>
428 WATCHDOG *watchdog; local
775 watchdog = watchdog_create(trigger_server_watchdog,
783 watchdog_stop(watchdog);
788 watchdog_start(watchdog);
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DWatchdog.cpp67 m_didFire = false; // Reset the watchdog.
188 Watchdog::Scope::Scope(Watchdog& watchdog) argument
189 : m_watchdog(watchdog)
H A DVM.h217 Watchdog watchdog; member in class:JSC::VM
/macosx-10.9.5/ntp-88/scripts/monitoring/
H A Dntploopstat339 $offset_i,$offset_f,$drift_i,$drift_f,$compl,$watchdog)
366 $offset_i,$offset_f,$drift_i,$drift_f,$compl_i,$compl_f,$watchdog)
371 $time -= $watchdog;
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DWorkerScriptController.cpp140 if ((evaluationException && isTerminatedExecutionException(evaluationException)) || m_workerContextWrapper->vm().watchdog.didFire()) {
167 m_vm->watchdog.fire();
174 return m_vm->watchdog.didFire();
H A DJSEventListener.cpp139 if (terminatorCausedException || vm.watchdog.didFire())
/macosx-10.9.5/pdisk-9/
H A DDoSCSICommand.c363 unsigned long watchdog; /* Timeout after this */ local
432 watchdog = TickCount() + 300; /* 5 second timeout */
434 if (/*gStopNow || StopNow() ||*/ TickCount() > watchdog) {
533 watchdog = TickCount() + 15;
534 while (TickCount() < watchdog)
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dwatchdog.c3 /* watchdog 3
5 /* watchdog timer
7 /* #include <watchdog.h>
11 /* void (*action)(WATCHDOG *watchdog, char *context);
14 /* void watchdog_start(watchdog)
15 /* WATCHDOG *watchdog;
17 /* void watchdog_stop(watchdog)
18 /* WATCHDOG *watchdog;
20 /* void watchdog_destroy(watchdog)
21 /* WATCHDOG *watchdog;
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DInterpreter.cpp976 if (UNLIKELY(vm.watchdog.didFire(callFrame)))
995 Watchdog::Scope watchdogScope(vm.watchdog);
1051 if (UNLIKELY(vm.watchdog.didFire(callFrame)))
1069 Watchdog::Scope watchdogScope(vm.watchdog);
1130 if (UNLIKELY(vm.watchdog.didFire(callFrame)))
1148 Watchdog::Scope watchdogScope(vm.watchdog);
1231 if (UNLIKELY(vm.watchdog.didFire(closure.oldCallFrame)))
1248 Watchdog::Scope watchdogScope(vm.watchdog);
1329 if (UNLIKELY(vm.watchdog.didFire(callFrame)))
1348 Watchdog::Scope watchdogScope(vm.watchdog);
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgdb.vim58 syn keyword gdbSet watchdog width write
H A Dtf.vim95 syn keyword tfStatement version watchdog watchname while world contained
H A Djal.vim116 syn keyword jalDirective chip osc clock fuses cpu watchdog powerup protection
/macosx-10.9.5/postfix-252/postfix/src/pickup/
H A Dpickup.c123 #include <watchdog.h>
531 * When we find a file, stroke the watchdog so that it will not bark while
597 * XXX The default watchdog timeout for trigger servers is 1000s, while the
598 * cleanup server watchdog timeout is $daemon_timeout (i.e. several
/macosx-10.9.5/ruby-104/ruby/lib/test/
H A Dunit.rb584 # Thread: watchdog
585 watchdog = start_watchdog
600 watchdog.kill if watchdog
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITOpcodes.cpp1272 // Emit the watchdog timer check:
1273 if (m_vm->watchdog.isEnabled())
1274 addSlowCase(branchTest8(NonZero, AbsoluteAddress(m_vm->watchdog.timerDidFireAddress())));
1292 // Emit the slow path of the watchdog timer check:
1293 if (m_vm->watchdog.isEnabled()) {
/macosx-10.9.5/procmail-14/procmail/src/
H A Dautoconf536 { unlink("_locktst.alive");alarm(dtimet+2); /* watchdog */
546 "/*locktype: %x, countlocks: %x, timeout %x, watchdog %x, %s*/\n",
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp16 @function watchdog
17 @abstract watchdog timer - cleans the Link control block's rcb's.
21 void watchdog(OSObject *, IOTimerEventSource *);
316 ( IOTimerEventSource::Action ) &watchdog);
2146 @function watchdog
2155 void watchdog(OSObject *obj, IOTimerEventSource *src) function
2193 // Restart the watchdog timer
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntSlowPaths.cpp1616 if (UNLIKELY(vm.watchdog.didFire(exec)))
H A DLowLevelInterpreter.asm1056 loadb VM::watchdog+Watchdog::m_timerDidFire[t1], t0
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGByteCodeParser.cpp3304 if (m_vm->watchdog.isEnabled())

Completed in 389 milliseconds

12