Home
last modified time | relevance | path

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

/external/zlib/src/examples/
Dgzlog.c258 #define PATIENCE 300 macro
357 if (stat(log->path, &st) == 0 && time(NULL) - st.st_mtime > PATIENCE) { in log_lock()