Home
last modified time | relevance | path

Searched refs:CreateFatalTimer (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/perfetto/src/base/
H A Dwatchdog_unittest.cc53 auto handle = watchdog.CreateFatalTimer(1, kCrashReasonIgnored); in TEST()
63 auto handle = watchdog.CreateFatalTimer(20, kCrashReasonIgnored); in TEST()
75 timers.emplace(0, watchdog.CreateFatalTimer(20, kCrashReasonIgnored)); in TEST()
152 auto handle = watchdog.CreateFatalTimer(2, kCrashReasonIgnored); in TEST()
H A Dwatchdog_posix.cc123 Watchdog::Timer Watchdog::CreateFatalTimer(uint32_t ms, in CreateFatalTimer() function in perfetto::base::Watchdog
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dwatchdog_noop.h40 Timer CreateFatalTimer(uint32_t /*ms*/, WatchdogCrashReason) { in CreateFatalTimer() function
H A Dwatchdog.h65 Watchdog::Timer handle = base::Watchdog::GetInstance()->CreateFatalTimer( in RunTaskWithWatchdogGuard()
H A Dwatchdog_posix.h89 Timer CreateFatalTimer(uint32_t ms, WatchdogCrashReason);
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A Dwatchdog_noop.h40 Timer CreateFatalTimer(uint32_t /*ms*/, WatchdogCrashReason) { in CreateFatalTimer() function
H A Dwatchdog.h65 Watchdog::Timer handle = base::Watchdog::GetInstance()->CreateFatalTimer( in RunTaskWithWatchdogGuard()
H A Dwatchdog_posix.h88 Timer CreateFatalTimer(uint32_t ms, WatchdogCrashReason);
/aosp_15_r20/external/perfetto/src/traced_relay/
H A Dsocket_relay_handler.cc154 auto handle = base::Watchdog::GetInstance()->CreateFatalTimer( in Run()
/aosp_15_r20/external/perfetto/src/traced/probes/
H A Dprobes_producer.cc436 instance_id, base::Watchdog::GetInstance()->CreateFatalTimer( in StartDataSource()