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

<<41424344454647484950>>

  /external/skia/gpu/src/
GrGLVertexBuffer.cpp 55 void* GrGLVertexBuffer::lock() { function in class:GrGLVertexBuffer
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 60 SkAutoMutexAcquire lock(canonicalPaintsMutex());
108 SkAutoMutexAcquire lock(canonicalPaintsMutex());
150 SkAutoMutexAcquire lock(canonicalPaintsMutex());
177 SkAutoMutexAcquire lock(canonicalPaintsMutex());
  /external/v8/src/
unbound-queue.h 35 // Lock-free unbound queue for small records. Intended for
  /external/valgrind/main/
darwin9-drd.supp 340 drd-darwin-NSLock-lock
342 fun:-[NSLock lock]
351 drd-darwin-NSConditionLock-lock
353 fun:-[NSCondition lock]
  /external/valgrind/unittest/
old_test_suite.h 58 printf_mu.Lock();\
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp 211 MutexLocker lock(m_registeredThreadsMutex);
227 MutexLocker lock(m_registeredThreadsMutex);
470 MutexLocker lock(m_registeredThreadsMutex);
475 // thread that had been suspended while holding the malloc lock.
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingNone.cpp 47 void Mutex::lock() { } function in class:WTF::Mutex
  /external/webkit/Source/WebCore/bindings/js/
JSCustomSQLStatementErrorCallback.cpp 50 JSC::JSLock lock(SilenceAssertionsOnly);
JSCustomVoidCallback.cpp 66 JSC::JSLock lock(SilenceAssertionsOnly);
JavaScriptCallFrame.cpp 109 JSLock lock(SilenceAssertionsOnly);
  /external/webkit/Source/WebCore/page/
Navigator.h 81 // Relinquishes the storage lock, if one exists.
  /external/webkit/Source/WebCore/platform/graphics/android/
BaseLayerAndroid.h 58 // WebView::copyBaseContentToPicture(), so a lock is necessary as
  /external/webkit/Source/WebCore/platform/haiku/
SharedTimerHaiku.cpp 77 BAutolock lock(looper);
  /external/webkit/Source/WebCore/storage/
OriginQuotaManager.h 50 void lock();
  /external/webkit/Source/WebCore/webaudio/
AudioNode.cpp 204 // The actually work for deref happens completely within the audio context's graph lock.
210 // Real-time audio thread must not contend lock (to avoid glitches).
213 context()->lock(mustReleaseLock);
224 // We were unable to get the lock, so put this in a list to finish up later.
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
WebKit_Cairo.def 126 ?lock@Mutex@WTF@@QAEXXZ
WebKit_Cairo_debug.def 126 ?lock@Mutex@WTF@@QAEXXZ
  /external/webkit/Source/WebKit2/win/
WebKit2.def 123 ?lock@Mutex@WTF@@QAEXXZ
WebKit2CFLite.def 116 ?lock@Mutex@WTF@@QAEXXZ
  /external/webkit/Tools/QueueStatusServer/handlers/
releasepatch.py 61 # Always release the lock on the item.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteOpenHelper.java 144 // (though they shouldn't), which would cause a lock to be held on
146 // fail waiting for the file lock. To prevent that, we acquire the
147 // lock on the read-only database, which shuts out other users.
151 if (mDatabase != null) mDatabase.lock();
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerThreadTest.java 90 // wait until we have the lock before sending the message.
  /frameworks/base/include/ui/
GraphicBufferMapper.h 45 status_t lock(buffer_handle_t handle,
  /frameworks/base/libs/binder/
BpBinder.cpp 110 // do the IPC without a lock held.
116 // mDescriptorCache could have been assigned while the lock was
251 mLock.lock();
318 mLock.lock();
  /frameworks/base/opengl/tests/gralloc/
gralloc.cpp 60 buffer->lock(

Completed in 474 milliseconds

<<41424344454647484950>>