Searched refs:lock (Results 226 - 250 of 1392) sorted by relevance

1234567891011>>

/external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
H A Dlock.pass.cpp14 // void lock();
34 m.lock();
43 m.lock();
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/
H A Dswap.pass.cpp42 assert(w1.lock().get() == ptr2);
44 assert(w2.lock().get() == ptr1);
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/
H A Dswap.pass.cpp42 assert(w1.lock().get() == ptr2);
44 assert(w2.lock().get() == ptr1);
/external/valgrind/main/helgrind/tests/
H A Dhg02_deadlock.stderr.exp11 Thread #x: lock order "0x........ before 0x........" violated
13 Observed (incorrect) order is: acquisition of lock at 0x........
19 followed by a later acquisition of lock at 0x........
25 Required order was established by acquisition of lock at 0x........
31 followed by a later acquisition of lock at 0x........
H A Dtc15_laog_lockdel.stderr.exp10 Thread #x: lock order "0x........ before 0x........" violated
12 Observed (incorrect) order is: acquisition of lock at 0x........
16 followed by a later acquisition of lock at 0x........
20 Required order was established by acquisition of lock at 0x........
24 followed by a later acquisition of lock at 0x........
/external/sonivox/jet_tools/JetCreator/
H A Deas.py226 with self.eas.lock:
234 with self.eas.lock:
244 with self.eas.lock:
253 with self.eas.lock:
263 with self.eas.lock:
271 with self.eas.lock:
280 with self.eas.lock:
289 with self.eas.lock:
296 with self.eas.lock:
312 with self.eas.lock
[all...]
/external/chromium_org/base/message_loop/
H A Dincoming_task_queue.cc44 AutoLock lock(incoming_queue_lock_);
49 AutoLock lock(incoming_queue_lock_);
57 // Acquire all we can from the inter-thread queue with one lock acquisition.
58 AutoLock lock(incoming_queue_lock_);
69 AutoLock lock(incoming_queue_lock_);
92 // This should only be called while the lock is taken.
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dportable_device_map_service.cc30 base::AutoLock lock(lock_);
38 base::AutoLock lock(lock_);
48 base::AutoLock lock(lock_);
58 base::AutoLock lock(lock_);
/external/chromium_org/content/child/
H A Dweb_discardable_memory_impl.h28 virtual bool lock();
/external/chromium_org/content/common/gpu/
H A Dsync_point_manager.cc27 base::AutoLock lock(lock_);
47 base::AutoLock lock(lock_);
65 base::AutoLock lock(lock_);
78 base::AutoLock lock(lock_);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dpepper_container_app.cc55 ppapi::ProxyAutoLock lock; variable
63 ppapi::ProxyAutoLock lock; variable
74 ppapi::ProxyAutoLock lock; variable
83 ppapi::ProxyAutoLock lock; variable
/external/chromium_org/ppapi/utility/
H A Dcompletion_callback_factory_thread_traits.h10 #include "ppapi/utility/threading/lock.h"
33 /// Implementation note: this uses a lock instead of atomic add instructions.
50 AutoLock lock(lock_);
58 AutoLock lock(lock_);
119 /// A simple object that acts like a lock but does nothing.
123 /// asserts that the caller does not recursively lock.
137 /// Acquires the fake "lock". This does nothing except perform checks in
146 /// Releases the fake "lock". This does nothing except perform checks in
164 explicit AutoLock(Lock& lock) : lock_(lock) { argument
[all...]
/external/chromium_org/third_party/mesa/src/include/GL/internal/
H A Dsarea.h84 drmLock lock; member in struct:_XF86DRISAREA
85 /** \todo Use readers/writer lock for drawable_lock */
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Daudio_device_utility_android.cc35 CriticalSectionScoped lock(&_critSect);
/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_buffer.cc71 CriticalSectionScoped lock(&_critSect);
102 CriticalSectionScoped lock(&_critSectCb);
136 CriticalSectionScoped lock(&_critSect);
149 CriticalSectionScoped lock(&_critSect);
180 CriticalSectionScoped lock(&_critSect);
194 CriticalSectionScoped lock(&_critSect);
214 CriticalSectionScoped lock(&_critSect);
319 CriticalSectionScoped lock(&_critSect);
335 CriticalSectionScoped lock(&_critSect);
352 CriticalSectionScoped lock(
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/ios/
H A Daudio_device_utility_ios.cc31 CriticalSectionScoped lock(&_critSect);
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_device_utility_linux.cc30 CriticalSectionScoped lock(&_critSect);
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
H A Daudio_device_utility_mac.cc35 CriticalSectionScoped lock(&_critSect);
/external/easymock/src/org/easymock/internal/
H A DReplayState.java30 private final ReentrantLock lock = new ReentrantLock(); field in class:ReplayState
42 lock.lock();
47 lock.unlock();
/external/emma/core/java12/com/vladium/emma/rt/
H A DInstrClassLoadHook.java71 final Object lock = m_metadata.lock ();
74 synchronized (lock)
98 synchronized (lock)
/external/jsilver/src/org/clearsilver/
H A DFactoryLoader.java54 // Read/Write lock for global factory pointer.
63 factoryLock.readLock().lock();
66 factoryLock.writeLock().lock();
71 factoryLock.readLock().lock();
91 factoryLock.writeLock().lock();
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
H A Dmember_swap.pass.cpp21 void lock() {} function in struct:mutex
H A Dnonmember_swap.pass.cpp22 void lock() {} function in struct:mutex
/external/libunwind/src/hppa/
H A Dunwind_i.h35 #define hppa_lock UNW_OBJ(lock)
/external/libunwind/src/ppc64/
H A Dunwind_i.h38 #define ppc64_lock UNW_OBJ(lock)

Completed in 1613 milliseconds

1234567891011>>