Home
last modified time | relevance | path

Searched refs:guarded_by (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dthread_annotations.h57 #if ABSL_HAVE_ATTRIBUTE(guarded_by)
58 #define ABSL_GUARDED_BY(x) __attribute__((guarded_by(x)))
/third_party/mesa3d/src/util/
H A Dmacros.h430 #define guarded_by(l) __attribute__((guarded_by(l))) macro
441 #define guarded_by(l) macro
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dtsa.h34 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x))
/third_party/skia/include/private/
H A DSkThreadAnnotations.h27 SK_THREAD_ANNOTATION_ATTRIBUTE(guarded_by(x))
/third_party/benchmark/src/
H A Dmutex.h21 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE_(guarded_by(x))
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h191 #define dt guarded_by(fd_context_access_cap)
/third_party/FreeBSD/sys/sys/
H A Dcdefs.h886 #define __guarded_by(x) __lock_annotate(guarded_by(x))

Completed in 6 milliseconds