HomeSort by relevance Sort by last modified time
    Searched full:lock (Results 701 - 725 of 3434) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/sync/syncable/
syncable.h 21 #include "base/synchronization/lock.h"
646 // writer lock, negotiated by the ReadTransaction and WriteTransaction
648 // concurrent modification by the kernel lock.
650 // All methods which require the reader/writer lock to be held either
654 // All methods which require the kernel lock to be already held take a
657 // To prevent deadlock, the reader writer transaction lock must always
658 // be held before acquiring the kernel lock.
801 ScopedKernelLock* lock);
814 ScopedKernelLock* lock);
822 // These private versions expect the kernel lock to already be hel
    [all...]
  /external/kernel-headers/original/asm-x86/
cmpxchg_32.h 25 * cmpxchg8b must be used with the lock prefix here to allow
71 * Note: no "lock" prefix even on SMP: xchg always implies lock anyway
158 __asm__ __volatile__("lock; cmpxchgb %b1,%2"
164 __asm__ __volatile__("lock; cmpxchgw %w1,%2"
170 __asm__ __volatile__("lock; cmpxchgl %1,%2"
  /external/valgrind/main/coregrind/
pub_core_scheduler.h 56 sleeping, and not holding the CPU lock. This will set the
58 the CPU lock. By the time it returns, tid will be the running
62 /* Simple version, which simply acquires the lock, but does not mess
68 must be runnable, and holding the CPU lock. When this call
70 and will not be holding the CPU lock. Note that another
81 /* Yield the CPU for a while. Drops/acquires the lock using the
  /external/webkit/Source/WebCore/workers/
WorkerThread.cpp 60 MutexLocker lock(threadCountMutex());
92 MutexLocker lock(threadCountMutex());
98 MutexLocker lock(threadCountMutex());
106 MutexLocker lock(m_threadCreationMutex);
124 MutexLocker lock(m_threadCreationMutex);
227 MutexLocker lock(m_threadCreationMutex);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteStatement.java 49 /** possible value for {@link #mState}. indicates that a lock is acquired. */
207 * otherwise, get lock on the database</li>
209 * <li>and then return the current time _after_ the database lock was acquired</li>
233 * we know it is execSQL("BEGIN transaction") from the caller IF there is no lock held.
251 // do I have database lock? if not, grab it.
253 mDatabase.lock(mSql);
  /frameworks/base/libs/ui/
GraphicBuffer.cpp 159 status_t GraphicBuffer::lock(uint32_t usage, void** vaddr) function in class:android::GraphicBuffer
162 status_t res = lock(usage, lockBounds, vaddr);
166 status_t GraphicBuffer::lock(uint32_t usage, const Rect& rect, void** vaddr) function in class:android::GraphicBuffer
175 status_t res = getBufferMapper().lock(handle, usage, rect, vaddr);
185 status_t GraphicBuffer::lock(GGLSurface* sur, uint32_t usage) function in class:android::GraphicBuffer
188 status_t res = GraphicBuffer::lock(usage, &vaddr);
  /frameworks/base/media/libmediaplayerservice/
MetadataRetrieverClient.cpp 78 Mutex::Autolock lock(mLock);
114 Mutex::Autolock lock(mLock);
130 Mutex::Autolock lock(mLock);
169 Mutex::Autolock lock(mLock);
210 Mutex::Autolock lock(mLock);
245 Mutex::Autolock lock(mLock);
  /frameworks/base/policy/tests/src/com/android/internal/policy/impl/
LockPatternKeyguardViewTest.java 127 * Allows us to inject the lock and unlock views to simulate their behavior
243 // lock screen should be only visible one
309 // old lock screen should have been paused
313 // new lock screen should have been resumed
330 // lock screen should be only visible one
346 // lock screen should be only visible one
  /libcore/luni/src/main/java/java/io/
StringReader.java 89 synchronized (lock) {
124 synchronized (lock) {
156 synchronized (lock) {
185 synchronized (lock) {
204 synchronized (lock) {
232 synchronized (lock) {
  /bionic/libc/bionic/
atomics_x86.c 66 "lock;"
80 "lock;"
  /cts/tools/dx-tests/src/dxc/junit/opcodes/opc_return/
Test_opc_return.java 58 * @title Lock structural rule 1 is violated
65 // lock rules, see JVM spec 8.13 and monitorenter/exit opcodes.
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java 40 import java.util.concurrent.locks.Lock;
63 * The global lock for this pool.
65 protected final Lock poolLock;
126 poolLock.lock();
197 poolLock.lock();
246 poolLock.lock();
255 poolLock.lock();
279 poolLock.lock();
  /external/bluetooth/bluez/audio/
headset.h 105 gboolean headset_lock(struct audio_device *dev, headset_lock_t lock);
106 gboolean headset_unlock(struct audio_device *dev, headset_lock_t lock);
  /external/chromium/chrome/browser/chromeos/cros/
screen_lock_library.cc 14 // This class handles the interaction with the ChromeOS screen lock APIs.
111 // A reference to the screen lock api
  /external/chromium/chrome/browser/
gpu_data_manager.h 15 #include "base/synchronization/lock.h"
96 mutable base::Lock gpu_info_lock_;
  /external/chromium/chrome/browser/policy/
enterprise_install_attributes.cc 22 // Check for existing lock first.
47 // Set values in the InstallAttrs and lock it.
  /external/chromium/chrome/browser/sync/glue/
change_processor.h 48 // performed while holding a [Read/Write]Transaction lock. This function
49 // is called once the lock is released and performs any slow I/O operations
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor.h 12 #include "base/synchronization/lock.h"
65 mutable base::Lock records_lock_;
  /external/chromium/chrome/common/deprecated/
event_sys-inl.h 16 #include "base/synchronization/lock.h"
68 void WaitForCallbackToComplete(base::Lock* listeners_mutex) {
70 base::AutoLock lock(mutex_);
83 base::AutoLock lock(mutex_);
91 base::Lock mutex_;
122 base::AutoLock lock(listeners_mutex_);
134 base::AutoLock lock(listeners_mutex_);
212 base::Lock listeners_mutex_; // Protects all members above.
  /external/chromium/net/base/
capturing_net_log.h 15 #include "base/synchronization/lock.h"
68 mutable base::Lock lock_;
listen_socket_unittest.h 24 #include "base/synchronization/lock.h"
109 base::Lock lock_; // protects |queue_| and wraps |cv_|
  /external/elfutils/libasm/
asm_newcomsym.c 60 rwlock_wrlock (ctx->lock);
99 rwlock_unlock (ctx->lock);
  /external/elfutils/libelf/
elf32_newehdr.c 47 rwlock_wrlock (elf->lock);
76 rwlock_unlock (elf->lock);
elf_newdata.c 53 rwlock_wrlock (scn->elf->lock);
92 rwlock_unlock (scn->elf->lock);
elf_nextscn.c 39 rwlock_rdlock (elf->lock);
73 rwlock_unlock (elf->lock);

Completed in 323 milliseconds

<<21222324252627282930>>