Searched refs:CreateFatalTimer (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/perfetto/src/base/ |
H A D | watchdog_unittest.cc | 53 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 D | watchdog_posix.cc | 123 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 D | watchdog_noop.h | 40 Timer CreateFatalTimer(uint32_t /*ms*/, WatchdogCrashReason) { in CreateFatalTimer() function
|
H A D | watchdog.h | 65 Watchdog::Timer handle = base::Watchdog::GetInstance()->CreateFatalTimer( in RunTaskWithWatchdogGuard()
|
H A D | watchdog_posix.h | 89 Timer CreateFatalTimer(uint32_t ms, WatchdogCrashReason);
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/ |
H A D | watchdog_noop.h | 40 Timer CreateFatalTimer(uint32_t /*ms*/, WatchdogCrashReason) { in CreateFatalTimer() function
|
H A D | watchdog.h | 65 Watchdog::Timer handle = base::Watchdog::GetInstance()->CreateFatalTimer( in RunTaskWithWatchdogGuard()
|
H A D | watchdog_posix.h | 88 Timer CreateFatalTimer(uint32_t ms, WatchdogCrashReason);
|
/aosp_15_r20/external/perfetto/src/traced_relay/ |
H A D | socket_relay_handler.cc | 154 auto handle = base::Watchdog::GetInstance()->CreateFatalTimer( in Run()
|
/aosp_15_r20/external/perfetto/src/traced/probes/ |
H A D | probes_producer.cc | 436 instance_id, base::Watchdog::GetInstance()->CreateFatalTimer( in StartDataSource()
|