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

  /external/webrtc/src/system_wrappers/source/
rw_lock_linux.h 35 pthread_rwlock_t _lock; member in class:webrtc::RWLockLinux
  /external/webkit/Tools/Scripts/webkitpy/common/system/
path.py 55 _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:
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libio.h 310 _IO_lock_t *_lock; member in struct:_IO_FILE
  /external/valgrind/main/perf/
test_input_for_tinycc.c 5130 _IO_lock_t *_lock; member in struct:_IO_FILE
    [all...]

Completed in 351 milliseconds