HomeSort by: relevance | last modified time | path
    Searched refs:PATIENCE (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/examples/
gzlog.c 87 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
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) {
  /src/external/gpl3/binutils/dist/zlib/examples/
gzlog.c 87 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
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) {
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gzlog.c 87 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
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) {
  /src/external/gpl3/gdb/dist/zlib/examples/
gzlog.c 87 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
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) {
  /src/external/gpl3/gdb.old/dist/zlib/examples/
gzlog.c 87 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
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 39 milliseconds