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.py124 def SetInUse(self, in_use): argument
135 state = _IN_USE_STATE if in_use else _NOT_IN_USE_STATE
162 in_use = True
164 in_use = os.read(self._file_desc, _LOCK_FILE_SIZE) == _IN_USE_STATE
166 if in_use:
168 return not in_use