Searched refs:_null_lock (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/debuginfo-tests/dexter/dex/utils/ |
D | PrettyOutputBase.py | 33 _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)
|
/external/llvm-project/debuginfo-tests/dexter/dex/utils/windows/ |
D | PrettyOutput.py | 14 from ..PrettyOutputBase import PrettyOutputBase, Stream, _lock, _null_lock 67 self._restore_orig_color(stream, lock=_null_lock)
|