HomeSort by relevance Sort by last modified time
    Searched refs:Mutex (Results 226 - 250 of 1206) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/services/medialog/
MediaLogService.cpp 38 Mutex::Autolock _l(mLock);
47 Mutex::Autolock _l(mLock);
71 Mutex::Autolock _l(mLock);
  /frameworks/native/opengl/libagl/
BufferObjectManager.cpp 55 Mutex::Autolock _l(mLock);
72 Mutex::Autolock _l(mLock);
87 Mutex::Autolock _l(mLock);
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.h 114 // mutex used to protect the decode buffer, the audio source and its running state
115 Mutex mBufferSourceLock;
121 // mutex used for seek flag, seek time (mSeekTimeMsec),
123 Mutex mTimeLock;
129 Mutex mPcmFormatLock;
  /art/runtime/
barrier.h 21 #include "base/mutex.h"
52 Mutex lock_ DEFAULT_MUTEX_ACQUIRED_AFTER;
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.h 71 Mutex mMutex;
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 38 Mutex::Autolock lock(mMutex);
46 Mutex::Autolock lock(mMutex);
48 Mutex::Autolock busyLock(mBusyMutex);
74 Mutex::Autolock lock(mMutex);
76 Mutex::Autolock busyLock(mBusyMutex);
201 Mutex::Autolock busyLock(mBusyMutex);
206 Mutex::Autolock lock(mBusyMutex);
217 Mutex::Autolock lock(mBusyMutex);
240 Mutex::Autolock lock(mBusyMutex);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
BiquadDSPKernel.h 71 mutable Mutex m_processLock;
MediaElementAudioSourceNode.h 69 Mutex m_processLock;
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioDSPKernelProcessor.h 73 mutable Mutex m_processLock;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
dynamic_message.h 125 mutable Mutex prototypes_mutex_;
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 20 // Simple reader-writer spin-mutex. Optimized for not-so-contended case.
25 // then Report mutex can be locked while under Threads mutex.
52 // If [i][j]==true, then one can lock mutex j while under mutex i.
120 Printf("Mutex %d participates in a cycle\n", i);
208 Mutex::Mutex(MutexType type, StatType stat_type) {
220 Mutex::~Mutex() {
    [all...]
tsan_trace.h 64 Mutex mtx;
  /external/lldb/include/lldb/Interpreter/
CommandHistory.h 23 #include "lldb/Host/Mutex.h"
70 mutable Mutex m_mutex;
  /external/lldb/source/Core/
Broadcaster.cpp 27 m_listeners_mutex (Mutex::eMutexTypeRecursive),
59 Mutex::Locker listeners_locker(m_listeners_mutex);
120 Mutex::Locker locker(m_listeners_mutex);
166 Mutex::Locker locker (m_listeners_mutex);
186 Mutex::Locker locker(m_listeners_mutex);
228 Mutex::Locker event_types_locker(m_listeners_mutex);
295 Mutex::Locker event_types_locker(m_listeners_mutex);
314 Mutex::Locker event_types_locker(m_listeners_mutex);
365 m_manager_mutex(Mutex::eMutexTypeRecursive)
373 Mutex::Locker locker(m_manager_mutex)
    [all...]
  /external/lldb/tools/debugserver/source/
PThreadEvent.cpp 138 // unlock the mutex and wait for the condition to be set. When either
139 // function returns, they will re-lock the mutex. We use an auto lock/unlock
141 // function and not have to worry about unlocking the mutex.
149 // Our PThreadMutex::Locker will automatically unlock our mutex
157 err = ::pthread_cond_timedwait (m_set_condition.Condition(), m_mutex.Mutex(), timeout_abstime);
170 err = ::pthread_cond_wait (m_set_condition.Condition(), m_mutex.Mutex());
186 // unlock the mutex and wait for the condition to be set. When either
187 // function returns, they will re-lock the mutex. We use an auto lock/unlock
189 // function and not have to worry about unlocking the mutex.
205 err = ::pthread_cond_timedwait (m_reset_condition.Condition(), m_mutex.Mutex(), timeout_abstime)
    [all...]
  /external/protobuf/src/google/protobuf/
dynamic_message.h 125 mutable Mutex prototypes_mutex_;
  /frameworks/av/include/media/
IMediaDeathNotifier.h 53 static Mutex sServiceLock;
  /frameworks/av/include/media/stagefright/
MediaBufferGroup.h 50 Mutex mLock;
  /frameworks/av/include/media/stagefright/foundation/
AAtomizer.h 37 Mutex mLock;
  /frameworks/av/media/libmediaplayerservice/
MidiMetadataRetriever.h 46 Mutex mLock;
  /frameworks/av/media/libstagefright/
HTTPBase.cpp 44 Mutex::Autolock autoLock(mLock);
75 Mutex::Autolock autoLock(mLock);
87 Mutex::Autolock autoLock(mLock);
93 Mutex::Autolock autoLock(mLock);
  /frameworks/base/libs/hwui/thread/
TaskManager.cpp 96 Mutex::Autolock l(mLock);
114 Mutex::Autolock l(mLock);
122 Mutex::Autolock l(mLock);
128 Mutex::Autolock l(mLock);
  /frameworks/base/media/tests/omxjpegdecoder/
StreamSource.h 44 Mutex mLock;
  /frameworks/native/include/binder/
BufferedTextOutput.h 60 Mutex mLock;
  /frameworks/native/libs/gui/
SensorManager.cpp 55 Mutex::Autolock _l(mLock);
106 Mutex::Autolock _l(mLock);
117 Mutex::Autolock _l(mLock);
145 Mutex::Autolock _l(mLock);

Completed in 711 milliseconds

1 2 3 4 5 6 7 8 91011>>