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

/freebsd-9.3-release/contrib/opie/
H A Dopie_cfg.h161 #ifndef OPIE_LOCK_TIMEOUT
162 #define OPIE_LOCK_TIMEOUT (30*60) macro
/freebsd-9.3-release/contrib/opie/libopie/
H A Dunlock.c81 if ((pid != getpid()) && (time(0) <= OPIE_LOCK_TIMEOUT + t) && (!kill(pid, 0))) {
H A Dlock.c182 if ((t + OPIE_LOCK_TIMEOUT) < time(0))

Completed in 105 milliseconds