HomeSort by relevance Sort by last modified time
    Searched refs:Mutex (Results 76 - 100 of 704) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/storage/chromium/
QuotaTracker.h 60 Mutex m_dataGuard;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequestContext.h 58 mutable WTF::Mutex m_userAgentMutex;
  /frameworks/av/include/common_time/
local_clock.h 42 static Mutex dev_lock_;
  /frameworks/av/include/media/stagefright/
MediaBufferGroup.h 47 Mutex mLock;
  /frameworks/av/media/common_time/
cc_helper.cpp 25 Mutex CCHelper::lock_;
61 Mutex::Autolock lock(&lock_);
67 Mutex::Autolock lock(&lock_);
97 Mutex::Autolock lock(&lock_); \
  /frameworks/native/include/private/gui/
ComposerService.h 46 Mutex mLock;
  /frameworks/native/opengl/libagl/
TokenManager.h 45 mutable Mutex mLock;
  /packages/apps/Nfc/nci/jni/
SyncEvent.h 18 * Synchronize two or more threads using a condition variable and a mutex.
22 #include "Mutex.h"
120 Mutex mMutex;
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.h 57 Mutex mtx;
90 Mutex mtx;
92 char pad[kCacheLineSize - sizeof(Mutex) - sizeof(SyncVar*)]; // NOLINT
  /external/compiler-rt/lib/tsan/rtl_tests/
tsan_mutex.cc 24 Mutex m;
42 Mutex m(Mutex::Spin);
60 Mutex m(Mutex::RW);
95 TEST(ThreadSanitizer, Mutex) {
96 Mutex m;
112 Mutex m(Mutex::Spin);
128 Mutex m(Mutex::RW)
    [all...]
  /external/icu4c/common/
mutex.cpp 8 * file name: mutex.cpp
15 #include "mutex.h"
41 Mutex mutex; local
102 Mutex mutex; local
133 /* If UCONFIG_NO_SERVICE, then there is no invocation of Mutex elsewhere in
135 static Mutex *aMutex = 0;
  /external/v8/test/cctest/
test-lock.cc 18 Mutex* mutex = OS::CreateMutex(); local
19 CHECK_EQ(0, mutex->Lock()); // acquire the lock with the right token
20 CHECK_EQ(0, mutex->Unlock()); // can unlock with the right token
21 delete mutex;
26 Mutex* mutex = OS::CreateMutex(); local
27 CHECK_EQ(0, mutex->Lock());
28 CHECK_EQ(0, mutex->Unlock());
29 delete mutex;
34 Mutex* mutex = OS::CreateMutex(); local
    [all...]
test-platform-linux.cc 25 static void LoopIncrement(Mutex* mutex, int rem) {
30 CHECK_EQ(0, mutex->Lock());
32 CHECK_EQ(0, mutex->Unlock());
36 CHECK_EQ(0, mutex->Lock());
41 CHECK_EQ(0, mutex->Unlock());
48 LoopIncrement(static_cast<Mutex*>(arg), 0);
57 Mutex* mutex = OS::CreateMutex(); local
61 mutex);
    [all...]
test-platform-nullos.cc 25 static void LoopIncrement(Mutex* mutex, int rem) {
30 CHECK_EQ(0, mutex->Lock());
32 CHECK_EQ(0, mutex->Unlock());
36 CHECK_EQ(0, mutex->Lock());
41 CHECK_EQ(0, mutex->Unlock());
48 LoopIncrement(static_cast<Mutex*>(arg), 0);
57 Mutex* mutex = OS::CreateMutex(); local
61 mutex);
    [all...]
  /external/webkit/Source/WebCore/storage/
StorageTracker.h 96 Mutex m_databaseGuard;
100 Mutex m_clientGuard;
104 Mutex m_originSetGuard;
  /frameworks/av/media/libmediaplayerservice/
MidiMetadataRetriever.cpp 42 Mutex::Autolock lock(mLock);
53 Mutex::Autolock lock(mLock);
64 Mutex::Autolock lock(mLock);
Crypto.cpp 89 Mutex::Autolock autoLock(mLock);
100 Mutex::Autolock autoLock(mLock);
114 Mutex::Autolock autoLock(mLock);
131 Mutex::Autolock autoLock(mLock);
153 Mutex::Autolock autoLock(mLock);
  /frameworks/av/media/libstagefright/
MediaBufferGroup.cpp 45 Mutex::Autolock autoLock(mLock);
59 Mutex::Autolock autoLock(mLock);
82 Mutex::Autolock autoLock(mLock);
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
CollatorICU.cpp 47 static Mutex& cachedCollatorMutex()
49 AtomicallyInitializedStatic(Mutex&, mutex = *new Mutex);
50 return mutex;
106 Locker<Mutex> lock(cachedCollatorMutex());
139 Locker<Mutex> lock(cachedCollatorMutex());
  /external/webkit/Source/WebCore/platform/graphics/android/utils/
ClassTracker.cpp 54 android::Mutex::Autolock lock(m_lock);
64 android::Mutex::Autolock lock(m_lock);
74 android::Mutex::Autolock lock(m_lock);
80 android::Mutex::Autolock lock(m_lock);
86 android::Mutex::Autolock lock(m_lock);
  /frameworks/ex/variablespeed/jni/
variablespeed.h 95 android::Mutex decodeBufferLock_;
101 android::Mutex playBufferLock_;
134 android::Mutex prefetchLock_;
140 android::Mutex callbackLock_;
143 android::Mutex lock_;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglGlobalInfo.cpp 54 android::Mutex::Autolock mutex(m_lock);
71 android::Mutex::Autolock mutex(m_lock);
83 android::Mutex::Autolock mutex(m_lock);
91 android::Mutex::Autolock mutex(m_lock);
102 android::Mutex::Autolock mutex(m_lock)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasTexture.cpp 51 static android::Mutex s_texturesLock;
59 android::Mutex::Autolock lock(s_texturesLock);
68 android::Mutex::Autolock lock(m_surfaceLock);
84 android::Mutex::Autolock lock(m_surfaceLock);
103 android::Mutex::Autolock lock(m_surfaceLock);
163 android::Mutex::Autolock lock(m_surfaceLock);
172 android::Mutex::Autolock lock(m_surfaceLock);
  /frameworks/av/media/libstagefright/foundation/
ALooperRoster.cpp 36 Mutex::Autolock autoLock(mLock);
55 Mutex::Autolock autoLock(mLock);
76 Mutex::Autolock autoLock(mLock);
111 Mutex::Autolock autoLock(mLock);
137 Mutex::Autolock autoLock(mLock);
157 Mutex::Autolock autoLock(mLock);
182 Mutex::Autolock autoLock(mLock);
  /frameworks/av/media/libmedia/
JetPlayer.cpp 63 //Mutex::Autolock lock(&mMutex);
101 Mutex::Autolock l(mMutex);
122 Mutex::Autolock l(mMutex);
130 Mutex::Autolock lock(mMutex);
174 Mutex::Autolock l(mMutex);
332 Mutex::Autolock lock(mMutex);
357 Mutex::Autolock lock(mMutex);
377 Mutex::Autolock lock(mMutex);
386 Mutex::Autolock lock(mMutex);
408 Mutex::Autolock lock(mMutex)
    [all...]

Completed in 739 milliseconds

1 2 34 5 6 7 8 91011>>