Home
last modified time | relevance | path

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

/art/perfetto_hprof/
Dperfetto_hprof.cc102 timer_t timerid{}; in ArmWatchdogOrDie() local
107 if (timer_create(CLOCK_MONOTONIC, &sev, &timerid) == -1) { in ArmWatchdogOrDie()
116 if (timer_settime(timerid, 0, &its, nullptr) == -1) { in ArmWatchdogOrDie()