Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/ext/base/
Dunix_task_runner.h87 int GetDelayMsToNextTaskLocked() const;
/external/perfetto/src/base/
Dunix_task_runner.cc62 poll_timeout_ms = GetDelayMsToNextTaskLocked(); in Run()
237 int UnixTaskRunner::GetDelayMsToNextTaskLocked() const { in GetDelayMsToNextTaskLocked() function in perfetto::base::UnixTaskRunner