Home
last modified time | relevance | path

Searched refs:lockable (Results 1 – 25 of 50) sorted by relevance

12

/external/ltp/testcases/kernel/security/mmc_security/
Dforce_erase.sh49 if grep -q "unlocked" /sys/bus/mmc/devices/mmc0\:*/lockable; then
65 echo erase > /sys/bus/mmc/devices/mmc0\:*/lockable || \
Dremove_password.sh54 echo remove > /sys/bus/mmc/devices/mmc0\:*/lockable || \
/external/pigweed/pw_sync/public/pw_sync/
Dlock_annotations.h178 #elif PW_HAVE_ATTRIBUTE(lockable)
179 #define PW_LOCKABLE(name) __attribute__((lockable))
/external/clang/test/SemaCXX/
Dwarn-thread-safety-verbose.cpp3 #define LOCKABLE __attribute__ ((lockable))
27 class __attribute__((lockable)) Mutex {
Dwarn-thread-safety-negative.cpp6 #define LOCKABLE __attribute__ ((lockable))
30 class __attribute__((lockable)) Mutex {
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Dthread_annotations.h180 #if ABSL_HAVE_ATTRIBUTE(lockable)
181 #define ABSL_LOCKABLE __attribute__((lockable))
/external/openscreen/third_party/abseil/src/absl/base/
Dthread_annotations.h180 #if ABSL_HAVE_ATTRIBUTE(lockable)
181 #define ABSL_LOCKABLE __attribute__((lockable))
/external/libtextclassifier/abseil-cpp/absl/base/
Dthread_annotations.h180 #if ABSL_HAVE_ATTRIBUTE(lockable)
181 #define ABSL_LOCKABLE __attribute__((lockable))
/external/clang/test/Modules/Inputs/thread-safety/
Da.h1 struct __attribute__((lockable)) mutex {
/external/llvm-project/clang/test/Modules/Inputs/thread-safety/
Da.h1 struct __attribute__((lockable)) mutex {
/external/llvm-project/clang/test/AST/
Dast-dump-color.cpp18 class __attribute__((lockable)) Mutex {
/external/clang/test/Misc/
Dast-dump-color.cpp18 class __attribute__((lockable)) Mutex {
Dast-dump-attr.cpp44 class __attribute__((lockable)) Mutex {
/external/swiftshader/src/OpenGL/common/
DImage.hpp129 Image(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable) in Image() argument
130 …, width, height, 1, 0, multiSampleDepth, gl::SelectInternalFormat(internalformat), lockable, true), in Image()
148 … *create(GLsizei width, GLsizei height, GLint internalformat, int multiSampleDepth, bool lockable);
/external/llvm-project/clang/test/SemaObjCXX/
Dthread-safety-analysis.h1 class __attribute__((lockable)) Lock {
/external/clang/test/SemaObjC/
Dwarn-thread-safety-analysis.m3 struct __attribute__ ((lockable)) Mutex {};
/external/llvm-project/clang/test/SemaObjC/
Dwarn-thread-safety-analysis.m3 struct __attribute__ ((lockable)) Mutex {};
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.cpp773 bool lockable = true; in createDepthStencil() local
784 lockable = false; in createDepthStencil()
792 lockable = true; in createDepthStencil()
800 …egl::Image *surface = egl::Image::create(width, height, internalformat, multiSampleDepth, lockable in createDepthStencil()
/external/webrtc/rtc_base/
Dthread_annotations.h70 #define RTC_LOCKABLE RTC_THREAD_ANNOTATION_ATTRIBUTE__(lockable)
/external/icing/icing/absl_ports/
Dthread_annotations.h154 ICING_INTERNAL_THREAD_ANNOTATION_ATTRIBUTE(lockable)
/external/clang/test/PCH/
Dthread-safety-attrs.cpp11 #define LOCKABLE __attribute__ ((lockable))
33 class __attribute__((lockable)) Mutex {
/external/llvm-project/clang/test/PCH/
Dthread-safety-attrs.cpp11 #define LOCKABLE __attribute__ ((lockable))
33 class __attribute__((lockable)) Mutex {
/external/tensorflow/tensorflow/core/platform/
Dthread_annotations.h109 #define TF_LOCKABLE TF_INTERNAL_THREAD_ANNOTATION_ATTRIBUTE(lockable)
/external/abseil-cpp/absl/base/internal/
Dthread_annotations.h158 THREAD_ANNOTATION_ATTRIBUTE__(lockable)
/external/abseil-cpp/absl/base/
Dthread_annotations.h160 #define ABSL_LOCKABLE ABSL_INTERNAL_THREAD_ANNOTATION_ATTRIBUTE(lockable)

12