HomeSort by relevance Sort by last modified time
    Searched refs:file_lock_timeout_seconds (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/hosts/
file_store_unittest.py 63 file_lock_timeout_seconds=0)
79 file_lock_timeout_seconds=0)
92 file_lock_timeout_seconds=0)
101 file_lock_timeout_seconds=0)
112 file_lock_timeout_seconds=0)
137 file_lock_timeout_seconds=0.1)
161 file_lock_timeout_seconds=0.1)
180 file_lock_timeout_seconds=-1)
file_store.py 21 file_lock_timeout_seconds=_FILE_LOCK_TIMEOUT_SECONDS):
26 @param file_lock_timeout_seconds: Timeout for aborting the attempt to
34 if file_lock_timeout_seconds <= 0:
40 self._lock_sleep = file_lock_timeout_seconds / 3.0

Completed in 121 milliseconds