Lines Matching full:time
12 // thread responds back with a pong message. It uploads response time
23 // unresponsive_time is the wait time after ping message is sent, to check if
47 #include "base/time.h"
60 // sleep_time and unresponsive_time. sleep_time_ is the wait time between ping
61 // messages. unresponsive_time_ is the wait time after ping message is sent,
76 // Return the sleep time between ping messages to be sent to the thread.
79 // Return the the wait time to check the responsiveness of the thread.
93 // wait time between ping messages. unresponsive_time_ is the wait time after
121 // response time (pong time minus ping time) via histograms. It posts a
163 // It is the sleep time between between the receipt of a pong message back,
171 // This is the last time when ping message was sent.
274 // This is the last time when woke all thread watchers up.