Home
last modified time | relevance | path

Searched refs:gpr_unref (Results 1 – 25 of 49) sorted by relevance

12

/external/grpc-grpc/src/core/lib/gprpp/
Dref_counted.h56 if (gpr_unref(&refs_)) { in Unref()
115 if (gpr_unref(&refs_)) { in Unref()
Dorphanable.h101 if (gpr_unref(&refs_)) { in Unref()
173 if (gpr_unref(&refs_)) { in Unref()
/external/grpc-grpc/src/core/lib/security/credentials/
Dcredentials.cc67 if (gpr_unref(&creds->refcount)) { in grpc_channel_credentials_unref()
89 if (gpr_unref(&creds->refcount)) { in grpc_call_credentials_unref()
203 if (gpr_unref(&creds->refcount)) { in grpc_server_credentials_unref()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dbackup_poller.cc77 if (gpr_unref(&p->shutdown_refs)) { in backup_poller_shutdown_unref()
90 if (gpr_unref(&g_poller->refs)) { in g_poller_unref()
Dsubchannel_index.cc138 if (gpr_unref(&g_refcount)) { in grpc_subchannel_index_unref()
/external/grpc-grpc/test/core/end2end/fixtures/
Dhttp_proxy_fixture.cc129 if (gpr_unref(&conn->refcount)) { in proxy_connection_unref()
145 gpr_unref(&conn->proxy->users); in proxy_connection_unref()
526 } while (!gpr_unref(&proxy->users)); in thread_main()
571 gpr_unref(&proxy->users); // Signal proxy thread to shutdown. in grpc_end2end_http_proxy_destroy()
/external/grpc-grpc/test/core/gpr/
Dsync_test.cc433 if (gpr_unref(&m->thread_refcount)) { in refinc()
450 GPR_ASSERT(!gpr_unref(&m->refcount)); in refcheck()
453 GPR_ASSERT(gpr_unref(&m->refcount)); in refcheck()
/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_mutator.cc59 if (gpr_unref(&mutator->refcount)) { in grpc_socket_mutator_unref()
Dsocket_factory_posix.cc68 if (gpr_unref(&factory->refcount)) { in grpc_socket_factory_unref()
Dtcp_custom.cc98 if (gpr_unref(&tcp->refcount)) { in tcp_unref()
117 if (gpr_unref(&tcp->refcount)) { in tcp_unref()
Dendpoint_cfstream.cc83 if (gpr_unref(&ep->refcount)) { in CFStreamUnref()
101 if (gpr_unref(&ep->refcount)) { in CFStreamUnref()
Dtcp_windows.cc150 if (gpr_unref(&tcp->refcount)) { in tcp_unref()
169 if (gpr_unref(&tcp->refcount)) { in tcp_unref()
Dcfstream_handle.cc180 if (gpr_unref(&refcount_)) { in Unref()
/external/grpc-grpc/src/core/lib/slice/
Dslice.cc119 if (gpr_unref(&r->refs)) { in new_slice_unref()
169 if (gpr_unref(&r->refs)) { in new_with_len_unref()
220 if (gpr_unref(&r->refs)) { in malloc_unref()
/external/grpc-grpc/src/core/lib/gpr/
Dsync.cc103 int gpr_unref(gpr_refcount* r) { in gpr_unref() function
/external/grpc-grpc/src/cpp/common/
Dalarm.cc101 if (gpr_unref(&refs_)) { in Unref()
/external/grpc-grpc/
Dgrpc.def229 gpr_unref
/external/grpc-grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc95 if (gpr_unref(&ep->ref)) { in secure_endpoint_unref()
114 if (gpr_unref(&ep->ref)) { in secure_endpoint_unref()
/external/grpc-grpc/include/grpc/support/
Dsync.h152 GPRAPI int gpr_unref(gpr_refcount* r);
/external/grpc-grpc/src/core/ext/transport/chttp2/client/
Dchttp2_connector.cc68 if (gpr_unref(&c->refs)) { in chttp2_connector_unref()
/external/grpc-grpc/test/core/util/
Dpassthru_endpoint.cc221 if (gpr_unref(&stats->refs)) { in grpc_passthru_endpoint_stats_destroy()
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c287 printf("%lx", (unsigned long) gpr_unref); in main()
/external/grpc-grpc/src/core/lib/transport/
Dtransport.cc64 if (gpr_unref(&refcount->refs)) {
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_ev_driver.cc92 if (gpr_unref(&ev_driver->refs)) { in grpc_ares_ev_driver_unref()
/external/grpc-grpc/src/core/lib/channel/
Dhandshaker.cc163 if (gpr_unref(&mgr->refs)) { in grpc_handshake_manager_unref()

12