OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnAcknowledge
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/gpu/
gpu_watchdog_thread.h
63
void
OnAcknowledge
();
gpu_watchdog_thread.cc
66
// Called on the monitored thread. Responds with
OnAcknowledge
. Cannot use
70
base::Bind(&GpuWatchdogThread::
OnAcknowledge
, this));
129
void GpuWatchdogThread::
OnAcknowledge
() {
133
// scheduled by a previous call to
OnAcknowledge
. It is normal for a
135
// the
OnAcknowledge
task is run on the watchdog thread.
279
OnAcknowledge
();
Completed in 67 milliseconds