Home
last modified time | relevance | path

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

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DPrettyOutputBase.py33 _null_lock = _NullLock() variable
145 self._stack[-1](before, lock=_null_lock, stream=stream)
151 colors[color](within, lock=_null_lock, stream=stream)
156 self._stack[-1](after, lock=_null_lock, stream=stream)
182 fn(line, stream=stream, lock=_null_lock)
185 self.default(line, stream=stream, lock=_null_lock)
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/windows/
H A DPrettyOutput.py14 from ..PrettyOutputBase import PrettyOutputBase, Stream, _lock, _null_lock
67 self._restore_orig_color(stream, lock=_null_lock)