HomeSort by relevance Sort by last modified time
    Searched defs:mMutex (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /system/chre/platform/linux/include/chre/target_platform/
mutex_base.h 27 std::mutex mMutex;
  /system/chre/platform/slpi/include/chre/target_platform/
mutex_base.h 34 qurt_mutex_t mMutex;
  /system/chre/util/include/chre/util/
lock_guard.h 44 MutexType& mMutex;
conditional_lock_guard.h 42 MutexType& mMutex;
synchronized_memory_pool.h 61 Mutex mMutex;
fixed_size_blocking_queue.h 98 Mutex mMutex;
  /frameworks/native/services/surfaceflinger/
LayerStats.h 69 std::mutex mMutex;
EventControlThread.h 51 std::mutex mMutex;
55 bool mVsyncEnabled GUARDED_BY(mMutex) = false;
56 bool mKeepRunning GUARDED_BY(mMutex) = true;
  /frameworks/rs/
rsMutex.h 36 pthread_mutex_t mMutex;
rsSignal.h 39 pthread_mutex_t mMutex;
  /packages/apps/Nfc/nci/jni/
DataQueue.h 97 Mutex mMutex;
Mutex.h 103 pthread_mutex_t mMutex;
  /packages/services/Car/tools/keventreader/server/
eventprovider.h 40 std::mutex mMutex;
  /cts/tests/tests/graphics/jni/
ImageReaderTestHelpers.h 50 std::mutex mMutex;
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraHotplugThread.h 68 Mutex mMutex;
  /frameworks/av/media/libmedia/include/media/
TimeCheck.h 59 Mutex mMutex;
  /frameworks/base/cmds/statsd/src/config/
ConfigManager.h 110 mutable std::mutex mMutex;
  /frameworks/native/libs/gui/tests/
FrameWaiter.h 31 Mutex::Autolock lock(mMutex);
33 mCondition.wait(mMutex);
39 Mutex::Autolock lock(mMutex);
46 Mutex mMutex;
  /frameworks/native/opengl/libs/EGL/
egl_cache.h 112 // mMutex is the mutex used to prevent concurrent access to the member
114 mutable std::mutex mMutex;
  /frameworks/native/services/surfaceflinger/tests/unittests/
AsyncCallRecorder.h 91 std::lock_guard<std::mutex> lock(mMutex);
108 std::unique_lock<std::mutex> lock(mMutex);
135 std::mutex mMutex;
137 std::deque<ArgTuple> mCalls GUARDED_BY(mMutex);
  /hardware/google/av/codec2/vndk/include/v4l2/
C2VdaBqBlockPool.h 84 std::mutex mMutex;
  /hardware/qcom/gps/msm8909/utils/
LocSharedLock.h 44 pthread_mutex_t mMutex;
45 inline ~LocSharedLock() { pthread_mutex_destroy(&mMutex); }
48 inline LocSharedLock() : mRef(1) { pthread_mutex_init(&mMutex, NULL); }
54 inline void lock() { pthread_mutex_lock(&mMutex); }
56 inline void unlock() { pthread_mutex_unlock(&mMutex); }
  /hardware/qcom/gps/msm8909w_3100/utils/
LocSharedLock.h 44 pthread_mutex_t mMutex;
45 inline ~LocSharedLock() { pthread_mutex_destroy(&mMutex); }
48 inline LocSharedLock() : mRef(1) { pthread_mutex_init(&mMutex, NULL); }
54 inline void lock() { pthread_mutex_lock(&mMutex); }
56 inline void unlock() { pthread_mutex_unlock(&mMutex); }
  /hardware/qcom/gps/msm8996/utils/
LocSharedLock.h 44 pthread_mutex_t mMutex;
45 inline ~LocSharedLock() { pthread_mutex_destroy(&mMutex); }
48 inline LocSharedLock() : mRef(1) { pthread_mutex_init(&mMutex, NULL); }
54 inline void lock() { pthread_mutex_lock(&mMutex); }
56 inline void unlock() { pthread_mutex_unlock(&mMutex); }
  /hardware/qcom/gps/msm8998/utils/
LocSharedLock.h 44 pthread_mutex_t mMutex;
45 inline ~LocSharedLock() { pthread_mutex_destroy(&mMutex); }
48 inline LocSharedLock() : mRef(1) { pthread_mutex_init(&mMutex, NULL); }
54 inline void lock() { pthread_mutex_lock(&mMutex); }
56 inline void unlock() { pthread_mutex_unlock(&mMutex); }

Completed in 435 milliseconds

1 2 3 4 5 6 7