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

<<31323334353637383940>>

  /external/webkit/Source/WebCore/bridge/jsc/
BridgeJSC.cpp 96 JSLock lock(SilenceAssertionsOnly);
105 JSLock lock(SilenceAssertionsOnly);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.h 61 // Scoped lock class to get temporary access to this canvas's pixels.
77 // Scoped lock class to get temporary access to paint into this canvas.
VideoFrameProvider.h 44 // places a lock on the frame in Chromium. Calls to this method should
49 // This function releases the lock on the video frame in chromium. It should
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCThread.cpp 40 MutexLocker lock(m_threadCreationMutex);
70 MutexLocker lock(m_threadCreationMutex);
  /frameworks/base/core/jni/
android_os_Power.cpp 29 acquireWakeLock(JNIEnv *env, jobject clazz, jint lock, jstring idObj)
38 acquire_wake_lock(lock, id);
  /frameworks/base/include/private/media/
AudioEffectShared.h 37 Mutex lock; member in struct:android::effect_param_cblk_t
43 : lock(Mutex::SHARED), clientIndex(0), serverIndex(0) {}
  /frameworks/base/libs/rs/
rsObjectBase.h 65 // The async lock is taken during object creation in non-rs threads
71 // Called inside the async lock for any object list management that is
  /frameworks/base/media/libstagefright/
SurfaceMediaSource.cpp 66 Mutex::Autolock lock(mMutex);
106 Mutex::Autolock lock(mMutex);
117 Mutex::Autolock lock(mMutex);
154 Mutex::Autolock lock(mMutex);
168 Mutex::Autolock lock(mMutex);
362 Mutex::Autolock lock(mMutex);
388 Mutex::Autolock lock(mMutex);
429 Mutex::Autolock lock(mMutex);
462 Mutex::Autolock lock(mMutex);
560 Mutex::Autolock lock(mMutex)
    [all...]
  /frameworks/ex/variablespeed/jni/
sola_time_scaler.cc 74 MutexLock lock(&mutex_); // lock out processing while updating
85 MutexLock lock(&mutex_); // lock out processing while updating
100 MutexLock lock(&mutex_); // lock out processing while updating
254 MutexLock lock(&mutex_); // lock out updates while processing each window
  /libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java 95 * The object used to lock this node.
97 protected final Object lock; field in class:AbstractPreferences
156 lock = new Object();
191 synchronized (lock) {
214 synchronized (lock) {
352 synchronized (lock) {
365 synchronized (lock) {
392 synchronized (lock) {
408 synchronized (lock) {
513 synchronized (lock) {
    [all...]
  /system/core/include/cutils/
atomic-x86.h 78 __asm__ __volatile__ ("lock; cmpxchgl %1, %2"
104 __asm__ __volatile__ ("lock; xaddl %0, %1"
  /system/media/wilhelm/src/itf/
IMIDITime.c 44 // const, no lock needed
82 // const, no lock needed
  /external/valgrind/main/none/tests/amd64/
amd64locked.c 258 "lock; " #_name " %%" #_eax ",(%%rbx)\n\t" \
349 "lock; " #_name " $" #_imm ",(%%rbx)\n\t" \
465 "lock; " #_name " (%%rbx)\n\t" \
510 __volatile__("lock; btsq\t%2, %0\n\t"
524 __volatile__("lock; btsl\t%2, %0\n\t"
535 __volatile__("lock; btsw\t%w2, %0\n\t"
547 __volatile__("lock; btrq\t%2, %0\n\t"
558 __volatile__("lock; btrl\t%2, %0\n\t"
569 __volatile__("lock; btrw\t%w2, %0\n\t"
581 __volatile__("lock; btcq\t%2, %0\n\t
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioEffectTest.java 58 private final Object lock = new Object(); field in class:MediaAudioEffectTest
353 synchronized(lock) {
355 lock.wait(1000);
368 synchronized(lock) {
371 lock.wait(1000);
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelTest.java 655 * @tests java.nio.channels.FileChannel#lock()
659 // Verify that calling lock() leads to the method
660 // lock(long, long, boolean) being called with a 0 for the
663 mockFileChannel.lock();
668 * @tests java.nio.channels.FileChannel#lock(long, long, boolean)
673 readOnlyFileChannel.lock(0, 10, false);
681 writeOnlyFileChannel.lock(0, 10, false);
689 readWriteFileChannel.lock(0, 10, false);
697 readWriteFileChannel.lock(-1, 0, false);
705 * @tests java.nio.channels.FileChannel#lock(long, long, boolean
3030 public FileLock lock(long position, long size, boolean shared) method in class:FileChannelTest.MockFileChannel
    [all...]
  /external/webkit/Source/WebCore/workers/
DefaultSharedWorkerRepository.cpp 106 // Ensures exclusive access to the worker documents. Must not grab any other locks (such as the DefaultSharedWorkerRepository lock) while holding this one.
135 MutexLocker lock(m_workerDocumentsLock);
164 MutexLocker lock(m_workerDocumentsLock);
176 MutexLocker lock(m_workerDocumentsLock);
199 MutexLocker lock(m_workerDocumentsLock);
209 MutexLocker lock(m_workerDocumentsLock);
310 MutexLocker lock(m_lock);
346 MutexLocker lock(m_lock);
356 MutexLocker lock(m_lock);
367 MutexLocker lock(m_lock)
    [all...]
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 36 * Forward Lock Engine class.
65 * For Forward Lock engine, it returns an empty object
112 * Not used for Forward Lock Engine.
243 * Not used for Forward Lock Engine.
255 * Forward Lock Engine.
264 * Starts the Forward Lock file conversion session.
503 * Session Class for Forward Lock Conversion. An object of this class is created
520 * Session Class for Forward Lock decoder. An object of this class is created
542 * Session Map Tables for Conversion and Decoding of forward lock files.
548 * Converts the error code from Forward Lock Converter to DrmConvertStatus error code
    [all...]
  /frameworks/base/media/libeffects/factory/
EffectsFactory.c 80 pthread_mutex_lock(&fx->lib->lock);
84 pthread_mutex_unlock(&fx->lib->lock);
105 pthread_mutex_lock(&fx->lib->lock);
109 pthread_mutex_unlock(&fx->lib->lock);
126 pthread_mutex_lock(&fx->lib->lock);
130 pthread_mutex_unlock(&fx->lib->lock);
146 pthread_mutex_lock(&fx->lib->lock);
154 pthread_mutex_unlock(&fx->lib->lock);
364 pthread_mutex_lock(&fx->lib->lock);
366 pthread_mutex_unlock(&fx->lib->lock);
    [all...]
  /external/valgrind/tsan/
thread_sanitizer.cc 49 // Lock ID (LID) is in range [1, kMaxLID-1]
50 // Lock Set ID (LSID) is in range [-kMaxLID+1, -1]
72 // Incremented on each Lock and Unlock. Used by LockHistory.
96 // ThreadSanitizer Internal lock (scoped).
99 TIL(TSLock *lock, int lock_site, bool need_locking = true) :
100 lock_(lock),
104 lock_->Lock();
122 ts_lock->Lock();
230 // Lock ID.
241 // Singleton: id > 0 (id == Lock's id
657 Lock **lock = &(*map_)[lock_addr]; local
749 Lock *lock = LIDtoLock(lid); local
759 Lock *lock = LIDtoLock(lid); local
    [all...]
  /external/valgrind/main/none/tests/x86/
x86locked.c 243 "lock; " #_name " %%" #_eax ",(%%ebx)\n\t" \
327 "lock; " #_name " $" #_imm ",(%%ebx)\n\t" \
429 "lock; " #_name " (%%ebx)\n\t" \
470 __volatile__("lock; btsl\t%2, %0\n\t"
483 __volatile__("lock; btsw\t%w2, %0\n\t"
494 __volatile__("lock; btrl\t%2, %0\n\t"
504 __volatile__("lock; btrw\t%w2, %0\n\t"
515 __volatile__("lock; btcl\t%2, %0\n\t"
525 __volatile__("lock; btcw\t%w2, %0\n\t"
660 "lock; btsl $1, (%%edx)\n\t
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 141 struct _XLockInfo *lock; /* multi-thread state, display lock */ member in struct:_XDisplay
279 LockInfoPtr /* lock */
282 LockInfoPtr /* lock */
285 LockInfoPtr /* lock */
292 LockInfoPtr /* lock */
304 #define _XLockMutex(lock) if (_XLockMutex_fn) (*_XLockMutex_fn)(lock,__FILE__,__LINE__)
305 #define _XUnlockMutex(lock) if (_XUnlockMutex_fn) (*_XUnlockMutex_fn)(lock,__FILE__,__LINE__
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 84 private final static Object LOCK = new Object();
186 * Returns the lock object used to synchronize all operations dealing with SDK, targets and
190 return LOCK;
199 synchronized (LOCK) {
265 synchronized (LOCK) {
318 synchronized (LOCK) {
362 synchronized (LOCK) {
469 synchronized (LOCK) {
511 synchronized (LOCK) {
536 synchronized (LOCK) {
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
blktrans.h 27 struct mutex lock; member in struct:mtd_blktrans_dev
  /cts/tests/tests/drm/src/android/drm/cts/
ConfigFactory.java 36 } else if (plugInName.equals("OMA V1 Forward Lock")) {
  /dalvik/tests/033-class-init-deadlock/src/
Main.java 4 * This causes most VMs to lock up.

Completed in 284 milliseconds

<<31323334353637383940>>