Home
last modified time | relevance | path

Searched refs:DataGuard (Results 1 – 10 of 10) sorted by relevance

/external/abseil-cpp/absl/flags/internal/
Dflag.h390 bool IsModified() const ABSL_LOCKS_EXCLUDED(*DataGuard());
391 bool IsSpecifiedOnCommandLine() const ABSL_LOCKS_EXCLUDED(*DataGuard());
392 std::string DefaultValue() const ABSL_LOCKS_EXCLUDED(*DataGuard());
393 std::string CurrentValue() const ABSL_LOCKS_EXCLUDED(*DataGuard());
394 void Read(void* dst) const ABSL_LOCKS_EXCLUDED(*DataGuard());
427 void Write(const void* src) ABSL_LOCKS_EXCLUDED(*DataGuard());
430 ABSL_LOCKS_EXCLUDED(*DataGuard());
433 void StoreAtomic() ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
437 ABSL_LOCKS_EXCLUDED(*DataGuard());
438 void InvokeCallback() const ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
[all …]
Dflag.cc88 absl::Mutex* FlagImpl::DataGuard() const { in DataGuard() function in absl::flags_internal::FlagImpl
151 absl::MutexLock l(DataGuard()); in IsModified()
156 absl::MutexLock l(DataGuard()); in IsSpecifiedOnCommandLine()
161 absl::MutexLock l(DataGuard()); in DefaultValue()
168 absl::MutexLock l(DataGuard()); in CurrentValue()
174 absl::MutexLock l(DataGuard()); in SetCallback()
202 MutexRelock relock(DataGuard()); in InvokeCallback()
210 absl::MutexLock l(DataGuard()); in RestoreState()
218 absl::MutexLock l(DataGuard()); in RestoreState()
247 absl::ReaderMutexLock l(DataGuard()); in Read()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/flags/internal/
Dflag.h390 bool IsModified() const ABSL_LOCKS_EXCLUDED(*DataGuard());
391 bool IsSpecifiedOnCommandLine() const ABSL_LOCKS_EXCLUDED(*DataGuard());
392 std::string DefaultValue() const ABSL_LOCKS_EXCLUDED(*DataGuard());
393 std::string CurrentValue() const ABSL_LOCKS_EXCLUDED(*DataGuard());
394 void Read(void* dst) const ABSL_LOCKS_EXCLUDED(*DataGuard());
427 void Write(const void* src) ABSL_LOCKS_EXCLUDED(*DataGuard());
430 ABSL_LOCKS_EXCLUDED(*DataGuard());
433 void StoreAtomic() ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
437 ABSL_LOCKS_EXCLUDED(*DataGuard());
438 void InvokeCallback() const ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
[all …]
Dflag.cc88 absl::Mutex* FlagImpl::DataGuard() const { in DataGuard() function in absl::flags_internal::FlagImpl
151 absl::MutexLock l(DataGuard()); in IsModified()
156 absl::MutexLock l(DataGuard()); in IsSpecifiedOnCommandLine()
161 absl::MutexLock l(DataGuard()); in DefaultValue()
168 absl::MutexLock l(DataGuard()); in CurrentValue()
174 absl::MutexLock l(DataGuard()); in SetCallback()
202 MutexRelock relock(DataGuard()); in InvokeCallback()
210 absl::MutexLock l(DataGuard()); in RestoreState()
218 absl::MutexLock l(DataGuard()); in RestoreState()
247 absl::ReaderMutexLock l(DataGuard()); in Read()
[all …]
/external/openscreen/third_party/abseil/src/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());
468 void InvokeCallback() const ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
485 absl::Mutex* DataGuard() const
489 ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
515 ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
517 void StoreValue(const void* src) ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
526 ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard()) {
536 ABSL_LOCKS_EXCLUDED(*DataGuard());
[all …]
Dflag.cc180 absl::Mutex* FlagImpl::DataGuard() const { in DataGuard() function in absl::flags_internal::FlagImpl
270 absl::MutexLock l(DataGuard()); in IsSpecifiedOnCommandLine()
275 absl::MutexLock l(DataGuard()); in DefaultValue()
282 auto* guard = DataGuard(); // Make sure flag initialized in CurrentValue()
306 absl::MutexLock l(DataGuard()); in SetCallback()
334 MutexRelock relock(*DataGuard()); in InvokeCallback()
340 absl::MutexLock l(DataGuard()); in SaveState()
365 absl::MutexLock l(DataGuard()); in RestoreState()
433 auto* guard = DataGuard(); // Make sure flag initialized in Read()
456 absl::MutexLock l(DataGuard()); in Write()
[all …]
/external/rust/crates/grpcio-sys/grpc/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());
468 void InvokeCallback() const ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
485 absl::Mutex* DataGuard() const
489 ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
515 ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
517 void StoreValue(const void* src) ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
526 ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard()) {
536 ABSL_LOCKS_EXCLUDED(*DataGuard());
[all …]
Dflag.cc180 absl::Mutex* FlagImpl::DataGuard() const { in DataGuard() function in absl::flags_internal::FlagImpl
270 absl::MutexLock l(DataGuard()); in IsSpecifiedOnCommandLine()
275 absl::MutexLock l(DataGuard()); in DefaultValue()
282 auto* guard = DataGuard(); // Make sure flag initialized in CurrentValue()
306 absl::MutexLock l(DataGuard()); in SetCallback()
334 MutexRelock relock(*DataGuard()); in InvokeCallback()
340 absl::MutexLock l(DataGuard()); in SaveState()
365 absl::MutexLock l(DataGuard()); in RestoreState()
433 auto* guard = DataGuard(); // Make sure flag initialized in Read()
456 absl::MutexLock l(DataGuard()); in Write()
[all …]
/external/libtextclassifier/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());
468 void InvokeCallback() const ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
485 absl::Mutex* DataGuard() const
489 ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
515 ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
517 void StoreValue(const void* src) ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
526 ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard()) {
536 ABSL_LOCKS_EXCLUDED(*DataGuard());
[all …]
Dflag.cc180 absl::Mutex* FlagImpl::DataGuard() const { in DataGuard() function in absl::flags_internal::FlagImpl
270 absl::MutexLock l(DataGuard()); in IsSpecifiedOnCommandLine()
275 absl::MutexLock l(DataGuard()); in DefaultValue()
282 auto* guard = DataGuard(); // Make sure flag initialized in CurrentValue()
306 absl::MutexLock l(DataGuard()); in SetCallback()
334 MutexRelock relock(*DataGuard()); in InvokeCallback()
340 absl::MutexLock l(DataGuard()); in SaveState()
365 absl::MutexLock l(DataGuard()); in RestoreState()
433 auto* guard = DataGuard(); // Make sure flag initialized in Read()
456 absl::MutexLock l(DataGuard()); in Write()
[all …]