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

12

/external/chromium/base/threading/
H A Dwatchdog_unittest.cc5 #include "base/threading/watchdog.h"
78 WatchdogCounter watchdog(TimeDelta::FromMilliseconds(10), "Enabled", true);
79 watchdog.Arm();
81 watchdog.alarm_counter() > 0);
82 EXPECT_EQ(1, watchdog.alarm_counter());
87 WatchdogCounter watchdog(TimeDelta(), "Enabled2", true);
89 watchdog.ArmSomeTimeDeltaAgo(TimeDelta::FromSeconds(2));
92 watchdog.alarm_counter() > 0);
94 EXPECT_EQ(1, watchdog.alarm_counter());
99 WatchdogCounter watchdog(TimeDelt
[all...]
H A Dwatchdog.h14 // to permanently disable the watchdog. Disabled watchdogs don't even spawn
59 explicit ThreadDelegate(Watchdog* watchdog) : watchdog_(watchdog) { argument
/external/chromium_org/base/threading/
H A Dwatchdog_unittest.cc5 #include "base/threading/watchdog.h"
79 WatchdogCounter watchdog(TimeDelta::FromMilliseconds(10), "Enabled", true);
80 watchdog.Arm();
82 watchdog.alarm_counter() > 0);
83 EXPECT_EQ(1, watchdog.alarm_counter());
88 WatchdogCounter watchdog(TimeDelta(), "Enabled2", true);
90 watchdog.ArmSomeTimeDeltaAgo(TimeDelta::FromSeconds(2));
93 watchdog.alarm_counter() > 0);
95 EXPECT_EQ(1, watchdog.alarm_counter());
100 WatchdogCounter watchdog(TimeDelt
[all...]
H A Dwatchdog.h14 // to permanently disable the watchdog. Disabled watchdogs don't even spawn
40 // Notify watchdog thread to finish up. Sets the state_ to SHUTDOWN.
66 explicit ThreadDelegate(Watchdog* watchdog) : watchdog_(watchdog) { argument
/external/qemu/hw/
H A Dwatchdog.c2 * Virtual hardware watchdog.
25 #include "hw/watchdog.h"
43 if (watchdog) {
45 "qemu: only one watchdog option may be given\n");
49 /* -watchdog ? lists available devices and exits cleanly. */
60 watchdog = model;
65 fprintf(stderr, "Unknown -watchdog device. Supported devices are:\n");
93 /* This actually performs the "action" once a watchdog has expired,
116 fprintf(stderr, "watchdog: timer fired\n");
126 if (watchdog)
[all...]
H A Dwatchdog.h2 * Virtual hardware watchdog.
52 extern WatchdogTimerModel *watchdog;
55 /* in hw/watchdog.c */
/external/valgrind/main/helgrind/tests/
H A Dtc18_semabuse.c44 void* watchdog ( void* v ) function
47 fprintf(stderr, "watchdog timer expired - not a good sign\n");
55 r= pthread_create(&t, NULL, watchdog, NULL);
/external/chromium_org/content/gpu/
H A Dgpu_watchdog_thread.h27 // Accessible on watched thread but only modified by watchdog thread.
46 // on the watched thread and checks whether the watchdog is armed.
49 explicit GpuWatchdogTaskObserver(GpuWatchdogThread* watchdog);
H A Dgpu_watchdog_thread.cc74 // Acknowledge the watchdog if it has armed itself. The watchdog will not
91 GpuWatchdogThread* watchdog)
92 : watchdog_(watchdog) {
135 // the OnAcknowledge task is run on the watchdog thread.
187 // Post a task to the watchdog thread to exit if the monitored thread does
197 // Use the --disable-gpu-watchdog command line switch to disable this.
217 // If the watchdog woke up significantly behind schedule, disarm and reset
218 // the watchdog check. This is to prevent the watchdog threa
90 GpuWatchdogTaskObserver( GpuWatchdogThread* watchdog) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jdepend.jar ... .apache.tools.ant.taskdefs.ExecuteWatchdog watchdog String errorMessage org.apache.tools.ant. ...
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/kernel-headers/original/asm-mips/ip32/
H A Dcrime.h89 volatile unsigned long watchdog; member in struct:sgi_crime
/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.h66 GpuWatchdog* watchdog,
H A Dgpu_channel_manager.cc33 GpuWatchdog* watchdog,
43 watchdog_(watchdog),
32 GpuChannelManager(ChildThread* gpu_child_thread, GpuWatchdog* watchdog, base::MessageLoopProxy* io_message_loop, base::WaitableEvent* shutdown_event) argument
H A Dgpu_channel.h67 GpuWatchdog* watchdog,
H A Dgpu_command_buffer_stub.h80 GpuWatchdog* watchdog,
H A Dgpu_channel.cc418 GpuWatchdog* watchdog,
429 watchdog_(watchdog),
417 GpuChannel(GpuChannelManager* gpu_channel_manager, GpuWatchdog* watchdog, gfx::GLShareGroup* share_group, gpu::gles2::MailboxManager* mailbox, int client_id, bool software) argument
H A Dgpu_command_buffer_stub.cc119 GpuWatchdog* watchdog,
134 watchdog_(watchdog),
106 GpuCommandBufferStub( GpuChannel* channel, GpuCommandBufferStub* share_group, const gfx::GLSurfaceHandle& handle, gpu::gles2::MailboxManager* mailbox_manager, gpu::gles2::ImageManager* image_manager, const gfx::Size& size, const gpu::gles2::DisallowedFeatures& disallowed_features, const std::vector<int32>& attribs, gfx::GpuPreference gpu_preference, bool use_virtualized_gl_context, int32 route_id, int32 surface_id, GpuWatchdog* watchdog, bool software, const GURL& active_url) argument
/external/oprofile/events/i386/nehalem/
H A Dunit_masks33 0x04 watchdog Counts the number of times the memory disambiguration watchdog kicked in
34 0x08 watch_cycles Counts the cycles that the memory disambiguration watchdog is active
/external/chromium_org/chrome_frame/test/net/
H A Dfake_external_tab.cc1004 WindowWatchdog watchdog; local
1005 watchdog.AddObserver(&credentials, "Windows Security", "");
/external/chromium_org/base/
H A Dbase.target.darwin-mips.mk228 base/threading/watchdog.cc \
H A Dbase.target.darwin-x86.mk229 base/threading/watchdog.cc \
H A Dbase.target.linux-mips.mk228 base/threading/watchdog.cc \
H A Dbase.target.linux-x86.mk229 base/threading/watchdog.cc \
/external/sepolicy/
H A Dfile_contexts113 /dev/watchdog u:object_r:watchdog_device:s0

Completed in 526 milliseconds

12