Home
last modified time | relevance | path

Searched refs:guarded_by (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dthread_annotations.h57 #if ABSL_HAVE_ATTRIBUTE(guarded_by)
58 #define ABSL_GUARDED_BY(x) __attribute__((guarded_by(x)))
/third_party/abseil-cpp/absl/base/
Dthread_annotations.h59 #if ABSL_HAVE_ATTRIBUTE(guarded_by)
60 #define ABSL_GUARDED_BY(x) __attribute__((guarded_by(x)))
/third_party/mesa3d/src/util/
Dmacros.h460 #define guarded_by(l) __attribute__((guarded_by(l))) macro
471 #define guarded_by(l) macro
/third_party/flutter/skia/include/private/
DSkThreadAnnotations.h27 SK_THREAD_ANNOTATION_ATTRIBUTE(guarded_by(x))
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dtsa.h34 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x))
/third_party/flutter/engine/flutter/fml/synchronization/
Dthread_annotations.h28 #define FML_GUARDED_BY(x) FML_THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x))
/third_party/skia/include/private/
DSkThreadAnnotations.h27 SK_THREAD_ANNOTATION_ATTRIBUTE(guarded_by(x))
/third_party/abseil-cpp/absl/base/internal/
Dthread_annotations.h64 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x))
/third_party/boost/boost/thread/detail/
Dthread_safety.hpp33 BOOST_THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x))
/third_party/benchmark/src/
Dmutex.h21 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE_(guarded_by(x))
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dmutex.h21 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x))
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h186 #define dt guarded_by(fd_context_access_cap)
/third_party/FreeBSD/sys/sys/
Dcdefs.h883 #define __guarded_by(x) __lock_annotate(guarded_by(x))