Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/load_balancing/grpclb/
Dgrpclb_client_stats.cc33 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/
Dgrpclb_client_stats.cc33 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/
Diocp_windows.cc78 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()
Dcombiner.cc72 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()
Dcall_combiner.cc125 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()
Dev_poll_posix.cc359 gpr_atm old = gpr_atm_full_fetch_add(&fd->refst, -n);
/external/grpc-grpc/src/core/lib/iomgr/
Diocp_windows.cc78 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()
Dcombiner.cc73 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()
Dcall_combiner.cc125 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()
Dev_poll_posix.cc359 gpr_atm old = gpr_atm_full_fetch_add(&fd->refst, -n);
/external/grpc-grpc/include/grpc/support/
Datm_gcc_sync.h67 gpr_atm_full_fetch_add((p), (delta))
68 #define gpr_atm_full_fetch_add(p, delta) (__sync_fetch_and_add((p), (delta))) macro
Datm_gcc_atomic.h47 #define gpr_atm_full_fetch_add(p, delta) \ macro
Datm_windows.h106 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/
Datm_gcc_sync.h67 gpr_atm_full_fetch_add((p), (delta))
68 #define gpr_atm_full_fetch_add(p, delta) (__sync_fetch_and_add((p), (delta))) macro
Datm_gcc_atomic.h47 #define gpr_atm_full_fetch_add(p, delta) \ macro
Datm_windows.h106 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/
Datm_gcc_sync.h67 gpr_atm_full_fetch_add((p), (delta))
68 #define gpr_atm_full_fetch_add(p, delta) (__sync_fetch_and_add((p), (delta))) macro
Datm_gcc_atomic.h47 #define gpr_atm_full_fetch_add(p, delta) \ macro
Datm_windows.h106 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/
Dport_isolated_runtime_environment.cc51 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/
Dsync.cc104 gpr_atm prior = gpr_atm_full_fetch_add(&r->count, -1); in gpr_unref()
/external/grpc-grpc/src/core/lib/gpr/
Dsync.cc104 gpr_atm prior = gpr_atm_full_fetch_add(&r->count, -1); in gpr_unref()