Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/Paste/paste/
Dsession.py181 last_cleanup = None variable
269 global last_cleanup, cleanup_cycle, cleaning_up
275 if not last_cleanup or last_cleanup + cleanup_cycle < now:
279 last_cleanup = now
/external/curl/lib/
Dconncache.h30 struct timeval last_cleanup; member
Durl.c3145 long elapsed = Curl_tvdiff(now, data->state.conn_cache->last_cleanup); in prune_dead_connections()
3150 data->state.conn_cache->last_cleanup = now; in prune_dead_connections()