Home
last modified time | relevance | path

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

/third_party/zlib/examples/
H A Dgzlog.c87 than five minutes old (set by the PATIENCE define below), then the old
155 more than PATIENCE seconds old, then the lock file is deleted and the
258 #define PATIENCE 300 macro
341 PATIENCE seconds in the past, then consider the lock file to have been
357 if (stat(log->path, &st) == 0 && time(NULL) - st.st_mtime > PATIENCE) { in log_lock()

Completed in 3 milliseconds