Home
last modified time | relevance | path

Searched refs:in_use (Results 1 – 1 of 1) sorted by relevance

/tools/acloud/internal/lib/
Dlocal_instance_lock.py122 def SetInUse(self, in_use): argument
133 state = _IN_USE_STATE if in_use else _NOT_IN_USE_STATE
160 in_use = True
162 in_use = os.read(self._file_desc, _LOCK_FILE_SIZE) == _IN_USE_STATE
164 if in_use:
166 return not in_use