Home
last modified time | relevance | path

Searched refs:ABSL_EXCLUSIVE_LOCKS_REQUIRED (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dthread_annotations.h116 // ABSL_EXCLUSIVE_LOCKS_REQUIRED() / ABSL_SHARED_LOCKS_REQUIRED()
128 // ABSL_EXCLUSIVE_LOCKS_REQUIRED, while const methods should be annotated with
137 // void foo() ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu1, mu2) { ... }
140 #define ABSL_EXCLUSIVE_LOCKS_REQUIRED(...) \ macro
143 #define ABSL_EXCLUSIVE_LOCKS_REQUIRED(...) macro
H A Dcall_once_test.cc64 bool ThreadsAreSetup(void*) ABSL_EXCLUSIVE_LOCKS_REQUIRED(counters_mu) { in ABSL_EXCLUSIVE_LOCKS_REQUIRED() function
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dflag.h477 void InvokeCallback() const ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
498 ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
526 ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
528 void StoreValue(const void* src) ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
543 ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard()) { in DataGuard()
561 int64_t ModificationCount() const ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dthread_pool.h64 bool WorkAvailable() const ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in ABSL_EXCLUSIVE_LOCKS_REQUIRED() function in absl::synchronization_internal::ThreadPool
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dclock.cc210 ABSL_EXCLUSIVE_LOCKS_REQUIRED(time_state.lock) {
444 ABSL_EXCLUSIVE_LOCKS_REQUIRED(time_state.lock) {
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler.h69 void PrepareForSampling() ABSL_EXCLUSIVE_LOCKS_REQUIRED(init_mu);
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dpool_urbg.cc69 inline void MaybeRefill() ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in ABSL_EXCLUSIVE_LOCKS_REQUIRED() function in absl::random_internal::__anon19294::RandenPoolEntry
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex.cc1162 ABSL_EXCLUSIVE_LOCKS_REQUIRED(deadlock_graph_mu) { in ABSL_EXCLUSIVE_LOCKS_REQUIRED() function

Completed in 11 milliseconds