HomeSort by relevance Sort by last modified time
    Searched defs:_lock (Results 1 - 11 of 11) 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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
path.py 52 _lock = None variable in class:_CygPath
57 if not _CygPath._lock:
60 with _CygPath._lock:
66 if not _CygPath._lock:
67 _CygPath._lock = threading.Lock()
69 with _CygPath._lock:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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...]
  /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 245 milliseconds