Home
last modified time | relevance | path

Searched refs:gpr_ref (Results 1 – 25 of 43) sorted by relevance

12

/external/grpc-grpc/src/core/lib/gprpp/
Dref_counted.h79 void IncrementRefCount() { gpr_ref(&refs_); } in IncrementRefCount()
159 void IncrementRefCount() { gpr_ref(&refs_); } in IncrementRefCount()
Dorphanable.h107 void IncrementRefCount() { gpr_ref(&refs_); } in IncrementRefCount()
189 void IncrementRefCount() { gpr_ref(&refs_); } in IncrementRefCount()
/external/grpc-grpc/src/core/lib/gpr/
Dsync.cc88 void gpr_ref(gpr_refcount* r) { gpr_atm_no_barrier_fetch_add(&r->count, 1); } in gpr_ref() function
95 gpr_ref(r); in gpr_ref_non_zero()
/external/grpc-grpc/src/core/lib/security/credentials/
Dcredentials.cc61 gpr_ref(&creds->refcount); in grpc_channel_credentials_ref()
83 gpr_ref(&creds->refcount); in grpc_call_credentials_ref()
197 gpr_ref(&creds->refcount); in grpc_server_credentials_ref()
/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_mutator.cc36 gpr_ref(&mutator->refcount); in grpc_socket_mutator_ref()
Dsocket_factory_posix.cc63 gpr_ref(&factory->refcount); in grpc_socket_factory_ref()
Dtcp_custom.cc111 gpr_ref(&tcp->refcount); in tcp_ref()
122 static void tcp_ref(custom_tcp_endpoint* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref()
Dendpoint_cfstream.cc95 gpr_ref(&ep->refcount); in CFStreamRef()
105 static void CFStreamRef(CFStreamEndpoint* ep) { gpr_ref(&ep->refcount); } in CFStreamRef()
Dtcp_windows.cc163 gpr_ref(&tcp->refcount); in tcp_ref()
174 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref()
Dcfstream_handle.cc170 gpr_ref(&refcount_); in Ref()
Derror.cc137 gpr_ref(&err->atomics.refs); in grpc_error_ref()
143 gpr_ref(&err->atomics.refs); in grpc_error_ref()
/external/grpc-grpc/src/core/lib/channel/
Dhandshaker.cc319 gpr_ref(&mgr->refs); in grpc_handshake_manager_do_handshake()
324 gpr_ref(&mgr->refs); in grpc_handshake_manager_do_handshake()
/external/grpc-grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc141 gpr_ref(&connection_state->refs); in on_handshake_done()
148 gpr_ref(&connection_state->refs); in on_handshake_done()
/external/grpc-grpc/test/core/end2end/fixtures/
Dhttp_proxy_fixture.cc124 gpr_ref(&conn->refcount); in proxy_connection_ref()
474 gpr_ref(&proxy->users); in on_accept()
517 gpr_ref(&proxy->users); in thread_main()
/external/grpc-grpc/src/core/lib/slice/
Dslice.cc114 gpr_ref(&r->refs); in new_slice_ref()
164 gpr_ref(&r->refs); in new_with_len_ref()
215 gpr_ref(&r->refs); in malloc_ref()
/external/grpc-grpc/src/cpp/common/
Dalarm.cc99 void Ref() { gpr_ref(&refs_); } in Ref()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dbackup_poller.cc156 gpr_ref(&g_poller->refs); in grpc_client_channel_start_backup_polling()
Dhttp_connect_handshaker.cc321 gpr_ref(&handshaker->refcount); in http_connect_handshaker_do_handshake()
/external/grpc-grpc/
Dgrpc.def226 gpr_ref
/external/grpc-grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc108 gpr_ref(&ep->ref); in secure_endpoint_ref()
119 static void secure_endpoint_ref(secure_endpoint* ep) { gpr_ref(&ep->ref); } in secure_endpoint_ref()
/external/grpc-grpc/include/grpc/support/
Dsync.h141 GPRAPI void gpr_ref(gpr_refcount* r);
/external/grpc-grpc/src/core/ext/transport/chttp2/client/
Dchttp2_connector.cc63 gpr_ref(&c->refs); in chttp2_connector_ref()
/external/grpc-grpc/test/core/util/
Dpassthru_endpoint.cc201 gpr_ref(&stats->refs); in grpc_passthru_endpoint_create()
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c284 printf("%lx", (unsigned long) gpr_ref); in main()
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_ev_driver.cc86 gpr_ref(&ev_driver->refs); in grpc_ares_ev_driver_ref()

12