Searched defs:_lock (Results 1 - 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/python/summary/writer/
H A Dwriter_cache.py38 _lock = threading.RLock() variable in class:FileWriterCache
43 with FileWriterCache._lock:
60 with FileWriterCache._lock:
/external/toolchain-utils/crosperf/
H A Dimage_checksummer.py20 self._lock = threading.Lock()
26 with self._lock:
45 _lock = threading.Lock() variable in class:ImageChecksummer
49 with cls._lock:
58 with self._lock:
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
H A Dvideo_capture_qtkit_objc.h38 NSLock* _lock; variable
/external/tensorflow/tensorflow/contrib/nccl/python/ops/
H A Dnccl_ops.py249 _lock = threading.Lock() variable
256 with _lock:
/external/toolchain-utils/crb/
H A Dmachine_manager_singleton.py32 _lock = threading.RLock() variable in class:MachineManagerSingleton
41 with cls._lock:
48 with self._lock:
73 with self._lock:
79 with self._lock:
109 with self._lock:
119 with self._lock:
127 with self._lock:
134 with self._lock:
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
H A Dlog.py16 _lock = threading.Lock() variable
39 _lock.acquire()
43 _lock.release()
/external/tensorflow/tensorflow/python/ops/
H A Ddata_flow_ops.py1477 _lock = threading.Lock() variable in class:BaseStagingArea
/external/python/cpython3/Lib/asyncio/
H A Devents.py609 _lock = threading.Lock() variable
644 with _lock:
/external/python/cpython2/Lib/logging/
H A D__init__.py193 #_lock is used to serialize access to shared data structures in this module.
201 _lock = threading.RLock() variable
203 _lock = None variable
211 if _lock:
212 _lock.acquire()
218 if _lock:
219 _lock.release()
/external/python/cpython3/Lib/logging/
H A D__init__.py206 #_lock is used to serialize access to shared data structures in this module.
214 _lock = threading.RLock() variable
216 _lock = None variable
225 if _lock:
226 _lock.acquire()
232 if _lock:
233 _lock.release()
/external/libunwind_llvm/src/
H A DUnwindCursor.hpp63 static RWMutex _lock; member in class:libunwind::DwarfFDECache
91 RWMutex DwarfFDECache<A>::_lock; member in class:libunwind::DwarfFDECache
101 _LIBUNWIND_LOG_IF_FALSE(_lock.lock_shared());
110 _LIBUNWIND_LOG_IF_FALSE(_lock.unlock_shared());
118 _LIBUNWIND_LOG_IF_FALSE(_lock.lock());
142 _LIBUNWIND_LOG_IF_FALSE(_lock.unlock());
148 _LIBUNWIND_LOG_IF_FALSE(_lock.lock());
158 _LIBUNWIND_LOG_IF_FALSE(_lock.unlock());
171 _LIBUNWIND_LOG_IF_FALSE(_lock.lock());
175 _LIBUNWIND_LOG_IF_FALSE(_lock
[all...]
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c5130 _IO_lock_t *_lock; member in struct:_IO_FILE
/external/guice/extensions/struts2/lib/
H A Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/annotation-tools/asmx/test/lib/
H A Dlog4j-1.2.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...

Completed in 593 milliseconds