HomeSort by relevance Sort by last modified time
    Searched full:_lock (Results 101 - 125 of 263) sorted by null

1 2 3 45 6 7 8 91011

  /ndk/sources/android/support/src/stdio/
fileext.h 41 pthread_mutex_t _lock; /* file lock */ member in struct:__sfileext
48 #define _FLOCK(fp) _EXT(fp)->_lock
  /external/jetty/src/java/org/eclipse/jetty/util/
ArrayQueue.java 39 protected final Object _lock; field in class:ArrayQueue
67 _lock = lock == null ? this : lock;
75 synchronized (_lock)
93 synchronized (_lock)
129 synchronized (_lock)
146 synchronized (_lock)
157 synchronized (_lock)
179 synchronized (_lock)
191 synchronized (_lock)
203 synchronized (_lock)
    [all...]
  /external/webrtc/src/system_wrappers/source/
rw_lock_win.h 57 SRWLOCK _lock; member in class:webrtc::RWLockWindows
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 92 global _lock, _listener, _cache
96 _lock = threading.Lock()
106 _lock.acquire()
115 _lock.release()
sharedctypes.py 208 self._lock = lock or RLock()
209 self.acquire = self._lock.acquire
210 self.release = self._lock.release
214 return synchronized, (self._obj, self._lock)
220 return self._lock
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 92 global _lock, _listener, _cache
96 _lock = threading.Lock()
106 _lock.acquire()
115 _lock.release()
sharedctypes.py 208 self._lock = lock or RLock()
209 self.acquire = self._lock.acquire
210 self.release = self._lock.release
214 return synchronized, (self._obj, self._lock)
220 return self._lock
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
mutex 619 template<typename... _Lock>
621 __do_unlock(tuple<_Lock&...>& __locks)
631 template<typename... _Lock>
633 __do_unlock(tuple<_Lock&...>&)
640 template<typename... _Lock>
642 __do_try_lock(tuple<_Lock&...>& __locks)
647 _Idx + 2 < sizeof...(_Lock)>::__do_try_lock(__locks);
660 template<typename... _Lock>
662 __do_try_lock(tuple<_Lock&...>& __locks)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
mutex 619 template<typename... _Lock>
621 __do_unlock(tuple<_Lock&...>& __locks)
631 template<typename... _Lock>
633 __do_unlock(tuple<_Lock&...>&)
640 template<typename... _Lock>
642 __do_try_lock(tuple<_Lock&...>& __locks)
647 _Idx + 2 < sizeof...(_Lock)>::__do_try_lock(__locks);
660 template<typename... _Lock>
662 __do_try_lock(tuple<_Lock&...>& __locks)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
mutex 619 template<typename... _Lock>
621 __do_unlock(tuple<_Lock&...>& __locks)
631 template<typename... _Lock>
633 __do_unlock(tuple<_Lock&...>&)
640 template<typename... _Lock>
642 __do_try_lock(tuple<_Lock&...>& __locks)
647 _Idx + 2 < sizeof...(_Lock)>::__do_try_lock(__locks);
660 template<typename... _Lock>
662 __do_try_lock(tuple<_Lock&...>& __locks)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
mutex 619 template<typename... _Lock>
621 __do_unlock(tuple<_Lock&...>& __locks)
631 template<typename... _Lock>
633 __do_unlock(tuple<_Lock&...>&)
640 template<typename... _Lock>
642 __do_try_lock(tuple<_Lock&...>& __locks)
647 _Idx + 2 < sizeof...(_Lock)>::__do_try_lock(__locks);
660 template<typename... _Lock>
662 __do_try_lock(tuple<_Lock&...>& __locks)
  /frameworks/base/libs/hwui/renderthread/
DrawFrameTask.cpp 79 AutoMutex _lock(mLock);
141 AutoMutex _lock(mLock);
RenderThread.cpp 307 AutoMutex _lock(mLock);
316 AutoMutex _lock(mLock);
327 AutoMutex _lock(mLock);
349 AutoMutex _lock(mLock);
  /external/elfutils/src/tests/
run-dwarf-getstring.sh 100 ~_Lock
  /external/jetty/src/java/org/eclipse/jetty/util/component/
AbstractLifeCycle.java 41 private final Object _lock = new Object(); field in class:AbstractLifeCycle
57 synchronized (_lock)
82 synchronized (_lock)
  /external/jetty/src/java/org/eclipse/jetty/util/thread/
Timeout.java 37 private Object _lock; field in class:Timeout
45 _lock=new Object();
52 _lock=lock;
102 synchronized (_lock)
130 synchronized (_lock)
169 synchronized (_lock)
196 synchronized (_lock)
205 synchronized (_lock)
214 synchronized (_lock)
347 synchronized (timeout._lock)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 26 # define _STLP_ACQUIRE_LOCK(_Lock) _Lock._M_acquire_lock();
27 # define _STLP_RELEASE_LOCK(_Lock) _Lock._M_release_lock();
29 # define _STLP_ACQUIRE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_acquire_lock();
30 # define _STLP_RELEASE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_release_lock();
33 # define _STLP_ACQUIRE_LOCK(_Lock)
34 # define _STLP_RELEASE_LOCK(_Lock)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 26 # define _STLP_ACQUIRE_LOCK(_Lock) _Lock._M_acquire_lock();
27 # define _STLP_RELEASE_LOCK(_Lock) _Lock._M_release_lock();
29 # define _STLP_ACQUIRE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_acquire_lock();
30 # define _STLP_RELEASE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_release_lock();
33 # define _STLP_ACQUIRE_LOCK(_Lock)
34 # define _STLP_RELEASE_LOCK(_Lock)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 26 # define _STLP_ACQUIRE_LOCK(_Lock) _Lock._M_acquire_lock();
27 # define _STLP_RELEASE_LOCK(_Lock) _Lock._M_release_lock();
29 # define _STLP_ACQUIRE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_acquire_lock();
30 # define _STLP_RELEASE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_release_lock();
33 # define _STLP_ACQUIRE_LOCK(_Lock)
34 # define _STLP_RELEASE_LOCK(_Lock)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 26 # define _STLP_ACQUIRE_LOCK(_Lock) _Lock._M_acquire_lock();
27 # define _STLP_RELEASE_LOCK(_Lock) _Lock._M_release_lock();
29 # define _STLP_ACQUIRE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_acquire_lock();
30 # define _STLP_RELEASE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_release_lock();
33 # define _STLP_ACQUIRE_LOCK(_Lock)
34 # define _STLP_RELEASE_LOCK(_Lock)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 26 # define _STLP_ACQUIRE_LOCK(_Lock) _Lock._M_acquire_lock();
27 # define _STLP_RELEASE_LOCK(_Lock) _Lock._M_release_lock();
29 # define _STLP_ACQUIRE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_acquire_lock();
30 # define _STLP_RELEASE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_release_lock();
33 # define _STLP_ACQUIRE_LOCK(_Lock)
34 # define _STLP_RELEASE_LOCK(_Lock)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_debug.c 26 # define _STLP_ACQUIRE_LOCK(_Lock) _Lock._M_acquire_lock();
27 # define _STLP_RELEASE_LOCK(_Lock) _Lock._M_release_lock();
29 # define _STLP_ACQUIRE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_acquire_lock();
30 # define _STLP_RELEASE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_release_lock();
33 # define _STLP_ACQUIRE_LOCK(_Lock)
34 # define _STLP_RELEASE_LOCK(_Lock)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
yvals.h 220 #define _BEGIN_LOCK(_Kind) { _STD _Lockit _Lock(_Kind);
230 void __thiscall _Lock();
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.c 95 #define _LOCK(obj) g_static_rec_mutex_lock(obj);
338 _LOCK(&mix->controllock);
586 _LOCK(&mix->controllock);
619 _LOCK(&mix->controllock);
671 _LOCK(&mix->controllock);
704 _LOCK(&mix->controllock);
716 _LOCK(&mix->controllock);
751 _LOCK(&mix->controllock);
838 _LOCK(&mix->controllock);
896 _LOCK(&mix->controllock)
    [all...]
  /external/valgrind/helgrind/
hg_lock_n_thread.h 122 struct _Lock {
124 struct _Lock* admin_next; /* fields for a double linked */
125 struct _Lock* admin_prev; /* list of these locks */

Completed in 940 milliseconds

1 2 3 45 6 7 8 91011