Home
last modified time | relevance | path

Searched refs:ABSL_LOCKS_EXCLUDED (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
Dflag.h449 int64_t ReadOneWord() const ABSL_LOCKS_EXCLUDED(*DataGuard());
450 bool ReadOneBool() const ABSL_LOCKS_EXCLUDED(*DataGuard());
451 void Read(void* dst) const override ABSL_LOCKS_EXCLUDED(*DataGuard());
452 void Read(bool* value) const ABSL_LOCKS_EXCLUDED(*DataGuard()) {
459 void Read(T* value) const ABSL_LOCKS_EXCLUDED(*DataGuard()) {
467 void Read(T* value) const ABSL_LOCKS_EXCLUDED(*DataGuard()) {
472 void Write(const void* src) ABSL_LOCKS_EXCLUDED(*DataGuard());
476 ABSL_LOCKS_EXCLUDED(*DataGuard());
534 ABSL_LOCKS_EXCLUDED(*DataGuard());
553 ABSL_LOCKS_EXCLUDED(*DataGuard());
[all …]
/third_party/abseil-cpp/absl/flags/internal/
Dflag.h460 void Read(void* dst) const override ABSL_LOCKS_EXCLUDED(*DataGuard());
463 void Write(const void* src) ABSL_LOCKS_EXCLUDED(*DataGuard());
467 ABSL_LOCKS_EXCLUDED(*DataGuard());
536 ABSL_LOCKS_EXCLUDED(*DataGuard());
537 std::string DefaultValue() const override ABSL_LOCKS_EXCLUDED(*DataGuard());
538 std::string CurrentValue() const override ABSL_LOCKS_EXCLUDED(*DataGuard());
540 ABSL_LOCKS_EXCLUDED(*DataGuard());
542 ABSL_LOCKS_EXCLUDED(*DataGuard());
548 ABSL_LOCKS_EXCLUDED(*DataGuard());
553 ABSL_LOCKS_EXCLUDED(*DataGuard());
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dthread_annotations.h159 #define ABSL_LOCKS_EXCLUDED(...) __attribute__((locks_excluded(__VA_ARGS__))) macro
161 #define ABSL_LOCKS_EXCLUDED(...) macro
/third_party/abseil-cpp/absl/base/
Dthread_annotations.h161 #define ABSL_LOCKS_EXCLUDED(...) __attribute__((locks_excluded(__VA_ARGS__))) macro
163 #define ABSL_LOCKS_EXCLUDED(...) macro
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_info.h154 CordRep* RefCordRep() const ABSL_LOCKS_EXCLUDED(mutex_);
289 inline CordRep* CordzInfo::RefCordRep() const ABSL_LOCKS_EXCLUDED(mutex_) { in RefCordRep()
/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.cc63 void Fill(uint8_t* out, size_t bytes) ABSL_LOCKS_EXCLUDED(mu_);
67 inline T Generate() ABSL_LOCKS_EXCLUDED(mu_);
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dpool_urbg.cc63 void Fill(uint8_t* out, size_t bytes) ABSL_LOCKS_EXCLUDED(mu_);
67 inline T Generate() ABSL_LOCKS_EXCLUDED(mu_);
/third_party/abseil-cpp/absl/time/
Dclock.cc393 static int64_t GetCurrentTimeNanosSlowPath() ABSL_LOCKS_EXCLUDED(lock) { in GetCurrentTimeNanosSlowPath()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dclock.cc399 ABSL_LOCKS_EXCLUDED(time_state.lock) { in GetCurrentTimeNanosSlowPath()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc1171 static GraphId GetGraphId(Mutex *mu) ABSL_LOCKS_EXCLUDED(deadlock_graph_mu) { in GetGraphId()
/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc1162 static GraphId GetGraphId(Mutex *mu) ABSL_LOCKS_EXCLUDED(deadlock_graph_mu) { in GetGraphId()