/external/grpc-grpc/src/core/load_balancing/grpclb/ |
D | grpclb_client_stats.cc | 33 gpr_atm_full_fetch_add(&num_calls_started_, (gpr_atm)1); in AddCallStarted() 38 gpr_atm_full_fetch_add(&num_calls_finished_, (gpr_atm)1); in AddCallFinished() 40 gpr_atm_full_fetch_add(&num_calls_finished_with_client_failed_to_send_, in AddCallFinished() 44 gpr_atm_full_fetch_add(&num_calls_finished_known_received_, (gpr_atm)1); in AddCallFinished() 50 gpr_atm_full_fetch_add(&num_calls_started_, (gpr_atm)1); in AddCallDropped() 51 gpr_atm_full_fetch_add(&num_calls_finished_, (gpr_atm)1); in AddCallDropped()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb_client_stats.cc | 33 gpr_atm_full_fetch_add(&num_calls_started_, (gpr_atm)1); in AddCallStarted() 38 gpr_atm_full_fetch_add(&num_calls_finished_, (gpr_atm)1); in AddCallFinished() 40 gpr_atm_full_fetch_add(&num_calls_finished_with_client_failed_to_send_, in AddCallFinished() 44 gpr_atm_full_fetch_add(&num_calls_finished_known_received_, (gpr_atm)1); in AddCallFinished() 50 gpr_atm_full_fetch_add(&num_calls_started_, (gpr_atm)1); in AddCallDropped() 51 gpr_atm_full_fetch_add(&num_calls_finished_, (gpr_atm)1); in AddCallDropped()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | iocp_windows.cc | 78 gpr_atm_full_fetch_add(&g_custom_events, -1); in grpc_iocp_work() 122 gpr_atm_full_fetch_add(&g_custom_events, 1); in grpc_iocp_kick() 169 gpr_atm_full_fetch_add(&g_pending_socket_shutdowns, 1); in grpc_iocp_register_socket_shutdown_socket_locked() 175 gpr_atm_full_fetch_add(&g_pending_socket_shutdowns, -1); in grpc_iocp_finish_socket_shutdown()
|
D | combiner.cc | 72 gpr_atm old_state = gpr_atm_full_fetch_add(&lock->state, -STATE_UNORPHANED); in start_destroy() 130 gpr_atm last = gpr_atm_full_fetch_add(&lock->state, STATE_ELEM_COUNT_LOW_BIT); in combiner_exec() 255 gpr_atm_full_fetch_add(&lock->state, -STATE_ELEM_COUNT_LOW_BIT); in grpc_combiner_continue_exec_ctx() 310 gpr_atm_full_fetch_add(&lock->state, STATE_ELEM_COUNT_LOW_BIT); in combiner_finally_exec()
|
D | call_combiner.cc | 125 static_cast<size_t>(gpr_atm_full_fetch_add(&size_, (gpr_atm)1)); in Start() 153 static_cast<size_t>(gpr_atm_full_fetch_add(&size_, (gpr_atm)-1)); in Stop()
|
D | ev_poll_posix.cc | 359 gpr_atm old = gpr_atm_full_fetch_add(&fd->refst, -n);
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | iocp_windows.cc | 78 gpr_atm_full_fetch_add(&g_custom_events, -1); in grpc_iocp_work() 122 gpr_atm_full_fetch_add(&g_custom_events, 1); in grpc_iocp_kick() 169 gpr_atm_full_fetch_add(&g_pending_socket_shutdowns, 1); in grpc_iocp_register_socket_shutdown_socket_locked() 175 gpr_atm_full_fetch_add(&g_pending_socket_shutdowns, -1); in grpc_iocp_finish_socket_shutdown()
|
D | combiner.cc | 73 gpr_atm old_state = gpr_atm_full_fetch_add(&lock->state, -STATE_UNORPHANED); in start_destroy() 131 gpr_atm last = gpr_atm_full_fetch_add(&lock->state, STATE_ELEM_COUNT_LOW_BIT); in combiner_exec() 255 gpr_atm_full_fetch_add(&lock->state, -STATE_ELEM_COUNT_LOW_BIT); in grpc_combiner_continue_exec_ctx() 310 gpr_atm_full_fetch_add(&lock->state, STATE_ELEM_COUNT_LOW_BIT); in combiner_finally_exec()
|
D | call_combiner.cc | 125 static_cast<size_t>(gpr_atm_full_fetch_add(&size_, (gpr_atm)1)); in Start() 153 static_cast<size_t>(gpr_atm_full_fetch_add(&size_, (gpr_atm)-1)); in Stop()
|
D | ev_poll_posix.cc | 359 gpr_atm old = gpr_atm_full_fetch_add(&fd->refst, -n);
|
/external/grpc-grpc/include/grpc/support/ |
D | atm_gcc_sync.h | 67 gpr_atm_full_fetch_add((p), (delta)) 68 #define gpr_atm_full_fetch_add(p, delta) (__sync_fetch_and_add((p), (delta))) macro
|
D | atm_gcc_atomic.h | 47 #define gpr_atm_full_fetch_add(p, delta) \ macro
|
D | atm_windows.h | 106 static __inline gpr_atm gpr_atm_full_fetch_add(gpr_atm* p, gpr_atm delta) { in gpr_atm_full_fetch_add() function
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/support/ |
D | atm_gcc_sync.h | 67 gpr_atm_full_fetch_add((p), (delta)) 68 #define gpr_atm_full_fetch_add(p, delta) (__sync_fetch_and_add((p), (delta))) macro
|
D | atm_gcc_atomic.h | 47 #define gpr_atm_full_fetch_add(p, delta) \ macro
|
D | atm_windows.h | 106 static __inline gpr_atm gpr_atm_full_fetch_add(gpr_atm* p, gpr_atm delta) { in gpr_atm_full_fetch_add() function
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/support/ |
D | atm_gcc_sync.h | 67 gpr_atm_full_fetch_add((p), (delta)) 68 #define gpr_atm_full_fetch_add(p, delta) (__sync_fetch_and_add((p), (delta))) macro
|
D | atm_gcc_atomic.h | 47 #define gpr_atm_full_fetch_add(p, delta) \ macro
|
D | atm_windows.h | 106 static __inline gpr_atm gpr_atm_full_fetch_add(gpr_atm* p, gpr_atm delta) { in gpr_atm_full_fetch_add() function
|
/external/grpc-grpc/test/core/util/ |
D | port_isolated_runtime_environment.cc | 51 static_cast<int>(gpr_atm_full_fetch_add(&s_pick_counter, 1)); in grpc_pick_unused_port_or_die_impl()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
D | sync.cc | 104 gpr_atm prior = gpr_atm_full_fetch_add(&r->count, -1); in gpr_unref()
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | sync.cc | 104 gpr_atm prior = gpr_atm_full_fetch_add(&r->count, -1); in gpr_unref()
|