HomeSort by relevance Sort by last modified time
    Searched defs:_lock (Results 1 - 22 of 22) sorted by null

  /external/tensorflow/tensorflow/python/summary/writer/
writer_cache.py 38 _lock = threading.RLock() variable in class:FileWriterCache
43 with FileWriterCache._lock:
60 with FileWriterCache._lock:
  /external/toolchain-utils/crosperf/
image_checksummer.py 20 self._lock = threading.Lock()
26 with self._lock:
45 _lock = threading.Lock() variable in class:ImageChecksummer
49 with cls._lock:
58 with self._lock:
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fileext.h 38 mutex_t _lock; /* Lock for FLOCKFILE/FUNLOCKFILE */ member in struct:__sfileext
50 #define _LOCK(fp) (_EXT(fp)->_lock)
58 mutex_init(&_LOCK(f), NULL); \
  /external/toolchain-utils/crb/
machine_manager_singleton.py 32 _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/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_objc.h 38 NSLock* _lock; variable
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
log.py 16 _lock = threading.Lock() variable
39 _lock.acquire()
43 _lock.release()
  /external/python/oauth2client/oauth2client/contrib/
multistore_file.py 178 multistore._lock()
243 self._multistore._lock()
299 def _lock(self): member in class:_MultiStore
  /external/tensorflow/tensorflow/python/distribute/
cross_device_utils.py 232 _lock = threading.Lock() variable
300 with _lock:
316 with _lock:
  /external/python/cpython3/Lib/test/eintrdata/
eintr_tester.py 492 def _lock(self, lock_func, lock_name): member in class:FNTLEINTRTest
526 self._lock(fcntl.lockf, "lockf")
529 self._lock(fcntl.flock, "flock")
  /external/python/cpython3/Lib/
webbrowser.py 17 _lock = threading.RLock() variable
24 with _lock:
40 with _lock:
73 with _lock:
  /bionic/libc/stdio/
local.h 132 pthread_mutex_t _lock; member in struct:__sfileext
173 #define _FLOCK(fp) _EXT(fp)->_lock
  /external/tensorflow/tensorflow/python/ops/
data_flow_ops.py 1493 _lock = threading.Lock() variable in class:BaseStagingArea
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
__init__.py 198 #_lock is used to serialize access to shared data structures in this module.
206 _lock = threading.RLock() variable
208 _lock = None variable
216 if _lock:
217 _lock.acquire()
223 if _lock:
224 _lock.release()
    [all...]
  /external/python/cpython2/Lib/logging/
__init__.py 193 #_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()
    [all...]
  /external/python/cpython3/Lib/asyncio/
events.py 670 _lock = threading.Lock() variable
717 with _lock:
  /external/python/cpython3/Lib/logging/
__init__.py 203 #_lock is used to serialize access to shared data structures in this module.
210 _lock = threading.RLock() variable
218 if _lock:
219 _lock.acquire()
225 if _lock:
226 _lock.release()
    [all...]
  /external/u-boot/include/linux/mtd/
mtd.h 270 int (*_lock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member in struct:mtd_info
  /external/libunwind_llvm/src/
UnwindCursor.hpp 102 static RWMutex _lock; member in class:libunwind::DwarfFDECache
129 RWMutex DwarfFDECache<A>::_lock; member in class:libunwind::DwarfFDECache
139 _LIBUNWIND_LOG_IF_FALSE(_lock.lock_shared());
148 _LIBUNWIND_LOG_IF_FALSE(_lock.unlock_shared());
156 _LIBUNWIND_LOG_IF_FALSE(_lock.lock());
180 _LIBUNWIND_LOG_IF_FALSE(_lock.unlock());
186 _LIBUNWIND_LOG_IF_FALSE(_lock.lock());
196 _LIBUNWIND_LOG_IF_FALSE(_lock.unlock());
209 _LIBUNWIND_LOG_IF_FALSE(_lock.lock());
213 _LIBUNWIND_LOG_IF_FALSE(_lock.unlock())
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 

Completed in 880 milliseconds