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

/external/webrtc/src/system_wrappers/source/
H A Drw_lock_linux.h35 pthread_rwlock_t _lock; member in class:webrtc::RWLockLinux
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dpath.py55 _lock = None variable in class:_CygPath
60 if not _CygPath._lock:
63 with _CygPath._lock:
69 if not _CygPath._lock:
70 _CygPath._lock = threading.Lock()
72 with _CygPath._lock:
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5130 _IO_lock_t *_lock; member in struct:_IO_FILE

Completed in 784 milliseconds