Home
last modified time | relevance | path

Searched refs:_lock (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Drw_lock_posix.cc14 RWLockPosix::RWLockPosix() : _lock() in RWLockPosix()
20 pthread_rwlock_destroy(&_lock); in ~RWLockPosix()
25 return pthread_rwlock_init(&_lock, 0); in Init()
30 pthread_rwlock_wrlock(&_lock); in AcquireLockExclusive()
35 pthread_rwlock_unlock(&_lock); in ReleaseLockExclusive()
40 pthread_rwlock_rdlock(&_lock); in AcquireLockShared()
45 pthread_rwlock_unlock(&_lock); in ReleaseLockShared()
Drw_lock_win.cc95 _PInitializeSRWLock(&_lock); in Init()
108 _PAcquireSRWLockExclusive(&_lock); in AcquireLockExclusive()
130 _PReleaseSRWLockExclusive(&_lock); in ReleaseLockExclusive()
149 _PAcquireSRWLockShared(&_lock); in AcquireLockShared()
172 _PReleaseSRWLockShared(&_lock); in ReleaseLockShared()
Drw_lock_posix.h35 pthread_rwlock_t _lock;
Drw_lock_win.h57 SRWLOCK _lock; variable
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dpath.py55 _lock = None variable in _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/webkit/Tools/Scripts/webkitpy/common/thread/
Dthreadedmessagequeue.py38 self._lock = threading.Lock()
41 with self._lock:
45 with self._lock:
49 with self._lock:
/external/kernel-headers/original/linux/
Dplist.h94 # define PLIST_HEAD_LOCK_INIT(_lock) .lock = _lock argument
96 # define PLIST_HEAD_LOCK_INIT(_lock) argument
104 #define PLIST_HEAD_INIT(head, _lock) \ argument
108 PLIST_HEAD_LOCK_INIT(&(_lock)) \
/external/elfutils/tests/
Drun-show-die-info.sh679 Name : _lock
/external/valgrind/main/perf/
Dtest_input_for_tinycc.c5130 _IO_lock_t *_lock; member