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

  /external/webrtc/src/system_wrappers/source/
rw_lock_posix.h 35 pthread_rwlock_t _lock; member in class:webrtc::RWLockPosix
rw_lock_win.h 57 SRWLOCK _lock; member in class:webrtc::RWLockWindows
  /bionic/libc/stdio/
fileext.h 41 pthread_mutex_t _lock; /* file lock */ member in struct:__sfileext
48 #define _FLOCK(fp) _EXT(fp)->_lock
  /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:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libio.h 310 _IO_lock_t *_lock; member in struct:_IO_FILE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 310 _IO_lock_t *_lock; member in struct:_IO_FILE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 1223 milliseconds