Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dlocal_instance_lock.py31 _IN_USE_STATE = b"I" variable
133 state = _IN_USE_STATE if in_use else _NOT_IN_USE_STATE
162 in_use = os.read(self._file_desc, _LOCK_FILE_SIZE) == _IN_USE_STATE