Lines Matching full:stale
50 ** the filelock_lock() function can also detect stale file locks that can linger
131 D( "no pid file in '%s', assuming stale directory", lock->lock );
281 /* check the lockfile to see if it is stale */
287 int stale = 2; /* means don't know */
311 stale = 0;
313 stale = 1;
316 if (stale == 2) {
317 /* no pid, stale if the file is older than 1 minute */
318 stale = (now >= st.st_mtime + 60);
321 if (stale) {
322 D( "removing stale lockfile '%s'", lock->lock );