/third_party/grpc/src/core/lib/gprpp/ |
D | mpscq.cc | 45 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()
|
D | dual_ref_counted.h | 111 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()
|
D | atomic.h | 33 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/ |
D | sockets.md | 1 to ACQUIRE(lockname) 21 - if enoent or socket termination, ACQUIRE(lockname) 27 - on change, ACQUIRE(lockname)
|
/third_party/grpc/src/core/lib/iomgr/poller/ |
D | eventmanager_libuv.cc | 62 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/ |
D | mutex.h | 37 #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/ |
D | mutex.h | 37 #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/ |
D | mutex.h | 36 MARL_NO_EXPORT inline void lock() ACQUIRE() { _.lock(); } in lock() 75 inline lock(mutex& m) ACQUIRE(m) : _(m._) {} in lock()
|
D | tsa.h | 50 #define ACQUIRE(...) \ macro
|
/third_party/grpc/src/core/ext/filters/client_idle/ |
D | client_idle_filter.cc | 227 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/ |
D | completion_queue.cc | 250 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) {
|
D | server.cc | 1226 MemoryOrder::ACQUIRE)) { in FailCallCreation()
|
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/ |
D | userIAMuserAuth.js | 43 ACQUIRE: 3, property
|
/third_party/grpc/src/core/ext/filters/client_channel/health/ |
D | health_check_client.cc | 430 MemoryOrder::ACQUIRE)) { in Cancel() 600 if (seen_response_.Load(MemoryOrder::ACQUIRE)) { in CallEndedLocked()
|
/third_party/grpc/src/core/lib/transport/ |
D | metadata.h | 270 bool AllRefsDropped() { return refcnt_.Load(MemoryOrder::ACQUIRE) == 0; } in AllRefsDropped()
|
D | metadata.cc | 563 if (user_data->destroy_user_data.Load(grpc_core::MemoryOrder::ACQUIRE) == in get_user_data()
|
/third_party/grpc/src/core/ext/filters/load_reporting/ |
D | server_load_reporting_filter.cc | 343 if (registered.Load(grpc_core::MemoryOrder::ACQUIRE)) return; in ServerLoadReportingFilterStaticRegistrar()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | tcp_posix.cc | 320 if (shutdown_.Load(MemoryOrder::ACQUIRE)) { in TryGetSendRecordLocked()
|
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | client_channel.cc | 154 return disconnect_error_.Load(MemoryOrder::ACQUIRE); in disconnect_error()
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 128 ACQUIRE
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 128 ACQUIRE
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 209044 as this was previously done when changing state to ACQUIRE downwards
|