Home
last modified time | relevance | path

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

/external/perfetto/infra/ci/
Dcommon_utils.py31 class ConcurrentModificationError(Exception): class
88 raise ConcurrentModificationError()
/external/perfetto/infra/ci/worker/
Dworker.py32 from common_utils import ConcurrentModificationError, SCOPES
60 except ConcurrentModificationError:
Drun_job.py36 from common_utils import init_logging, req, ConcurrentModificationError, SCOPES