Home
last modified time | relevance | path

Searched refs:ACQUIRE (Results 1 – 22 of 22) sorted by relevance

/third_party/grpc/src/core/lib/gprpp/
Dmpscq.cc45 Node* next = tail_->next.Load(MemoryOrder::ACQUIRE); in PopAndCheckEnd()
54 next = tail->next.Load(MemoryOrder::ACQUIRE); in PopAndCheckEnd()
61 Node* head = head_.Load(MemoryOrder::ACQUIRE); in PopAndCheckEnd()
68 next = tail->next.Load(MemoryOrder::ACQUIRE); in PopAndCheckEnd()
Ddual_ref_counted.h111 uint64_t prev_ref_pair = refs_.Load(MemoryOrder::ACQUIRE); in RefIfNonZero()
124 MemoryOrder::ACQUIRE)); in RefIfNonZero()
130 uint64_t prev_ref_pair = refs_.Load(MemoryOrder::ACQUIRE); in RefIfNonZero()
149 MemoryOrder::ACQUIRE)); in RefIfNonZero()
Datomic.h33 ACQUIRE = static_cast<int>(std::memory_order_acquire), enumerator
84 bool IncrementIfNonzero(MemoryOrder load_order = MemoryOrder::ACQUIRE) {
/third_party/node/deps/npm/node_modules/lockfile/
Dsockets.md1 to ACQUIRE(lockname)
21 - if enoent or socket termination, ACQUIRE(lockname)
27 - on change, ACQUIRE(lockname)
/third_party/grpc/src/core/lib/iomgr/poller/
Deventmanager_libuv.cc62 return should_stop_.Load(grpc_core::MemoryOrder::ACQUIRE) != 0; in ShouldStop()
66 if (should_stop_.Load(grpc_core::MemoryOrder::ACQUIRE)) { in Shutdown()
72 while (shutdown_refcount_.Load(grpc_core::MemoryOrder::ACQUIRE) > 0) { in Shutdown()
/third_party/benchmark/src/
Dmutex.h37 #define ACQUIRE(...) \ macro
79 void lock() ACQUIRE() { mut_.lock(); } in lock()
91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock()
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dmutex.h37 #define ACQUIRE(...) \ macro
79 void lock() ACQUIRE() { mut_.lock(); } in lock()
91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dmutex.h36 MARL_NO_EXPORT inline void lock() ACQUIRE() { _.lock(); } in lock()
75 inline lock(mutex& m) ACQUIRE(m) : _(m._) {} in lock()
Dtsa.h50 #define ACQUIRE(...) \ macro
/third_party/grpc/src/core/ext/filters/client_idle/
Dclient_idle_filter.cc227 MemoryOrder::ACQUIRE, in IncreaseCallCount()
323 &state, PROCESSING, MemoryOrder::ACQUIRE, MemoryOrder::RELAXED); in IdleTimerCallback()
338 &state, PROCESSING, MemoryOrder::ACQUIRE, MemoryOrder::RELAXED); in IdleTimerCallback()
/third_party/grpc/src/core/lib/surface/
Dcompletion_queue.cc250 if (pending_events.Load(grpc_core::MemoryOrder::ACQUIRE) != 0) { in ~cq_next_data()
281 if (pending_events.Load(grpc_core::MemoryOrder::ACQUIRE) != 0) { in ~cq_pluck_data()
319 if (pending_events.Load(grpc_core::MemoryOrder::ACQUIRE) != 0) { in ~cq_callback_data()
735 if (cqd->pending_events.Load(grpc_core::MemoryOrder::ACQUIRE) != 1) {
1030 if (cqd->pending_events.Load(grpc_core::MemoryOrder::ACQUIRE) == 0) {
1077 cqd->pending_events.Load(grpc_core::MemoryOrder::ACQUIRE) > 0) {
Dserver.cc1226 MemoryOrder::ACQUIRE)) { in FailCallCreation()
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/
DuserIAMuserAuth.js43 ACQUIRE: 3, property
/third_party/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.cc430 MemoryOrder::ACQUIRE)) { in Cancel()
600 if (seen_response_.Load(MemoryOrder::ACQUIRE)) { in CallEndedLocked()
/third_party/grpc/src/core/lib/transport/
Dmetadata.h270 bool AllRefsDropped() { return refcnt_.Load(MemoryOrder::ACQUIRE) == 0; } in AllRefsDropped()
Dmetadata.cc563 if (user_data->destroy_user_data.Load(grpc_core::MemoryOrder::ACQUIRE) == in get_user_data()
/third_party/grpc/src/core/ext/filters/load_reporting/
Dserver_load_reporting_filter.cc343 if (registered.Load(grpc_core::MemoryOrder::ACQUIRE)) return; in ServerLoadReportingFilterStaticRegistrar()
/third_party/grpc/src/core/lib/iomgr/
Dtcp_posix.cc320 if (shutdown_.Load(MemoryOrder::ACQUIRE)) { in TryGetSendRecordLocked()
/third_party/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc154 return disconnect_error_.Load(MemoryOrder::ACQUIRE); in disconnect_error()
/third_party/harfbuzz/perf/texts/
Den-words.txt128 ACQUIRE
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt128 ACQUIRE
/third_party/gstreamer/gstplugins_bad/
DChangeLog209044 as this was previously done when changing state to ACQUIRE downwards