Home
last modified time | relevance | path

Searched defs:ABSL_LOCKS_EXCLUDED (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dthread_annotations.h159 #define ABSL_LOCKS_EXCLUDED(...) __attribute__((locks_excluded(__VA_ARGS__))) macro
161 #define ABSL_LOCKS_EXCLUDED(...) macro
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_info.h289 inline CordRep* CordzInfo::RefCordRep() const ABSL_LOCKS_EXCLUDED(mutex_) { in ABSL_LOCKS_EXCLUDED() function
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex.cc1171 static GraphId GetGraphId(Mutex *mu) ABSL_LOCKS_EXCLUDED(deadlock_graph_mu) { in ABSL_LOCKS_EXCLUDED() function

Completed in 6 milliseconds