Home
last modified time | relevance | path

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

12

/third_party/grpc/src/core/ext/filters/client_channel/
Dbackup_poller.cc85 if (gpr_unref(&p->shutdown_refs)) { in backup_poller_shutdown_unref()
98 if (gpr_unref(&g_poller->refs)) { in g_poller_unref()
/third_party/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.cc84 if (gpr_unref(&ep->refcount)) { in CFStreamUnref()
102 if (gpr_unref(&ep->refcount)) { in CFStreamUnref()
Dcfstream_handle.cc198 if (gpr_unref(&refcount_)) { in Unref()
Dtcp_windows.cc152 if (gpr_unref(&tcp->refcount)) { in tcp_unref()
171 if (gpr_unref(&tcp->refcount)) { in tcp_unref()
Dcombiner.cc94 if (gpr_unref(&lock->refs)) { in grpc_combiner_unref()
Derror.cc181 if (gpr_unref(&err->atomics.refs)) { in grpc_error_do_unref()
187 if (gpr_unref(&err->atomics.refs)) { in grpc_error_do_unref()
Dtcp_server_custom.cc206 if (gpr_unref(&s->refs)) { in tcp_server_unref()
Dtcp_server_windows.cc184 if (gpr_unref(&s->refs)) { in tcp_server_unref()
Dtcp_server_posix.cc545 if (gpr_unref(&s->refs)) { in tcp_server_unref()
/third_party/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()
/third_party/grpc/test/core/end2end/fixtures/
Dhttp_proxy_fixture.cc127 if (gpr_unref(&conn->refcount)) { in proxy_connection_unref()
143 gpr_unref(&conn->proxy->users); in proxy_connection_unref()
602 } while (!gpr_unref(&proxy->users)); in thread_main()
648 gpr_unref(&proxy->users); // Signal proxy thread to shutdown. in grpc_end2end_http_proxy_destroy()
Dproxy.cc141 if (gpr_unref(&pc->refs)) { in unrefpc()
/third_party/grpc/src/core/lib/gpr/
Dsync.cc103 int gpr_unref(gpr_refcount* r) { in gpr_unref() function
/third_party/grpc/src/cpp/common/
Dalarm.cc113 if (gpr_unref(&refs_)) { in Unref()
/third_party/grpc/include/grpc/support/
Dsync.h152 GPRAPI int gpr_unref(gpr_refcount* r);
/third_party/grpc/
Dgrpc.def247 gpr_unref
/third_party/grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc122 if (gpr_unref(&ep->ref)) { in secure_endpoint_unref()
141 if (gpr_unref(&ep->ref)) { in secure_endpoint_unref()
/third_party/grpc/test/core/util/
Dpassthru_endpoint.cc228 if (gpr_unref(&stats->refs)) { in grpc_passthru_endpoint_stats_destroy()
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c313 printf("%lx", (unsigned long) gpr_unref); in main()
/third_party/grpc/src/core/lib/avl/
Davl.cc50 if (gpr_unref(&node->refs)) { in unref_node()
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_ev_driver.cc107 if (gpr_unref(&ev_driver->refs)) { in grpc_ares_ev_driver_unref()
/third_party/grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc90 if (gpr_unref(&mu->refs)) { in ~inproc_transport()
103 if (!gpr_unref(&refs)) { in unref()

12