HomeSort by relevance Sort by last modified time
    Searched defs:last_cleanup (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
conncache.h 30 struct timeval last_cleanup; member in struct:conncache
  /external/chromium-trace/catapult/third_party/Paste/paste/
session.py 181 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

Completed in 135 milliseconds