Home
last modified time | relevance | path

Searched defs:ScopedLock (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/external/llvm-libc/src/stdio/generic/
H A Dputs.cpp23 struct ScopedLock { struct
24 ScopedLock(LIBC_NAMESPACE::File *stream) : stream(stream) { stream->lock(); } in ScopedLock() function
25 ~ScopedLock() { stream->unlock(); } in ~ScopedLock()
28 LIBC_NAMESPACE::File *stream;
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_pthread.cpp108 struct ScopedLock struct
110 dng_pthread_mutex_impl *mutex;
112 ScopedLock(dng_pthread_mutex_impl *arg) : mutex(arg) in ScopedLock() argument
116 ScopedLock(dng_pthread_mutex_impl &arg) : mutex(&arg) in ScopedLock() function
120 ~ScopedLock() in ~ScopedLock()
126 ScopedLock(const ScopedLock &) { } in ScopedLock() argument
/aosp_15_r20/external/gemmlowp/profiling/
H A Dinstrumentation.h94 struct ScopedLock { struct
95 ScopedLock(Mutex* m) : _m(m) { _m->Lock(); } in ScopedLock() argument
96 ~ScopedLock() { _m->Unlock(); } in ~ScopedLock() argument
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DMutexGuard.h29 class ScopedLock; variable
81 explicit ScopedLock(Guarded<T>& guarded) : lock_(guarded.lock_), guarded_(*guarded.guarded_) { in ScopedLock() function
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeMutex.hpp61 class ScopedLock class
128 inline ScopedLock::ScopedLock(Mutex &mutex) : m_mutex(mutex) in ScopedLock() function in de::ScopedLock
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/utils/
H A DCloseableLock.java73 public class ScopedLock implements AutoCloseable { class in CloseableLock
74 private ScopedLock() {} in ScopedLock() method in CloseableLock.ScopedLock
/aosp_15_r20/external/gwp_asan/gwp_asan/
H A Dmutex.h32 explicit ScopedLock(Mutex &Mx) : Mu(Mx) { Mu.lock(); } in ScopedLock() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DMutex.h71 typedef SmartScopedLock<false> ScopedLock; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DMutex.h71 typedef SmartScopedLock<false> ScopedLock; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DMutex.h71 typedef SmartScopedLock<false> ScopedLock; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DMutex.h73 typedef SmartScopedLock<false> ScopedLock; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DMutex.h71 typedef SmartScopedLock<false> ScopedLock; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DMutex.h71 typedef SmartScopedLock<false> ScopedLock; typedef
/aosp_15_r20/external/scudo/standalone/
H A Dmutex.h85 explicit ScopedLock(HybridMutex &M) ACQUIRE(M) : Mutex(M) { Mutex.lock(); } in ScopedLock() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMutex.h154 typedef SmartScopedLock<false> ScopedLock; typedef
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DMutex.h154 typedef SmartScopedLock<false> ScopedLock; typedef
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-8/
Dframework.jarandroid/hardware/input/InputManager_compat_config.xml android/hardware/input/InputManagerGlobal.class InputManagerGlobal ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar8META-INF/ META-INF/MANIFEST.MF android/ android/hardware/ android/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex-headers/android_common/turbine/
Dframework.jarandroid/annotation/AnimRes.class <Unknown> package android.annotation public abstract annotation android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/turbine/
Dframework.jarandroid/annotation/AnimRes.class <Unknown> package android.annotation public abstract annotation android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/turbine-combined/
Dframework.jarandroid/Manifest$permission.class <Unknown> package android public final android.Manifest$permission ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework/android_common/turbine-combined/
Dframework.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/Manifest$permission. ...
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/
HDandroid-all-5.1.1_r9-robolectric-r2.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/ ...
HDandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework/android_common/repackaged-jarjar/turbine/
Dframework.jarres/vendor.mime.types res/debian.mime.types res/android.mime ...

123