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

/vbox/src/libs/zlib-1.2.6/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) {

Completed in 611 milliseconds