Home
last modified time | relevance | path

Searched refs:ABSL_EXCLUSIVE_TRYLOCK_FUNCTION (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dthread_annotations.h238 #define ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(...) \ macro
241 #define ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(...) macro
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dspinlock.h86 inline bool TryLock() ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.h173 bool TryLock() ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(true);
257 bool WriterTryLock() ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in WriterTryLock()