HomeSort by relevance Sort by last modified time
    Searched refs:gpr_unref (Results 1 - 25 of 48) sorted by null

1 2

  /external/grpc-grpc/src/core/lib/gprpp/
orphanable.h 101 if (gpr_unref(&refs_)) {
173 if (gpr_unref(&refs_)) {
ref_counted.h 56 if (gpr_unref(&refs_)) {
115 if (gpr_unref(&refs_)) {
  /external/grpc-grpc/src/core/lib/iomgr/
socket_mutator.cc 59 if (gpr_unref(&mutator->refcount)) {
socket_factory_posix.cc 68 if (gpr_unref(&factory->refcount)) {
cfstream_handle.cc 180 if (gpr_unref(&refcount_)) {
endpoint_cfstream.cc 83 if (gpr_unref(&ep->refcount)) {
101 if (gpr_unref(&ep->refcount)) {
tcp_custom.cc 98 if (gpr_unref(&tcp->refcount)) {
117 if (gpr_unref(&tcp->refcount)) {
tcp_windows.cc 150 if (gpr_unref(&tcp->refcount)) {
169 if (gpr_unref(&tcp->refcount)) {
combiner.cc 121 if (gpr_unref(&lock->refs)) {
  /external/grpc-grpc/src/core/ext/filters/client_channel/
backup_poller.cc 77 if (gpr_unref(&p->shutdown_refs)) {
90 if (gpr_unref(&g_poller->refs)) {
subchannel_index.cc 138 if (gpr_unref(&g_refcount)) {
http_connect_handshaker.cc 67 if (gpr_unref(&handshaker->refcount)) {
  /external/grpc-grpc/src/core/lib/security/credentials/
credentials.cc 67 if (gpr_unref(&creds->refcount)) {
89 if (gpr_unref(&creds->refcount)) {
203 if (gpr_unref(&creds->refcount)) {
  /external/grpc-grpc/src/core/lib/gpr/
sync.cc 103 int gpr_unref(gpr_refcount* r) { function
  /external/grpc-grpc/src/cpp/common/
alarm.cc 101 if (gpr_unref(&refs_)) {
  /external/grpc-grpc/test/core/gpr/
sync_test.cc 433 if (gpr_unref(&m->thread_refcount)) {
450 GPR_ASSERT(!gpr_unref(&m->refcount));
453 GPR_ASSERT(gpr_unref(&m->refcount));
  /external/grpc-grpc/include/grpc/support/
sync.h 152 GPRAPI int gpr_unref(gpr_refcount* r);
  /external/grpc-grpc/test/core/end2end/fixtures/
http_proxy_fixture.cc 129 if (gpr_unref(&conn->refcount)) {
145 gpr_unref(&conn->proxy->users);
526 } while (!gpr_unref(&proxy->users));
571 gpr_unref(&proxy->users); // Signal proxy thread to shutdown.
  /external/grpc-grpc/src/core/lib/slice/
slice.cc 119 if (gpr_unref(&r->refs)) {
169 if (gpr_unref(&r->refs)) {
220 if (gpr_unref(&r->refs)) {
  /external/grpc-grpc/src/core/lib/security/transport/
secure_endpoint.cc 95 if (gpr_unref(&ep->ref)) {
114 if (gpr_unref(&ep->ref)) {
  /external/grpc-grpc/src/core/ext/transport/chttp2/client/
chttp2_connector.cc 68 if (gpr_unref(&c->refs)) {
  /external/grpc-grpc/test/core/util/
passthru_endpoint.cc 221 if (gpr_unref(&stats->refs)) {
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
grpc_ares_ev_driver.cc 92 if (gpr_unref(&ev_driver->refs)) {
  /external/grpc-grpc/src/core/ext/transport/chttp2/server/
chttp2_server.cc 74 if (gpr_unref(&connection_state->refs)) {
  /external/grpc-grpc/src/core/lib/channel/
handshaker.cc 163 if (gpr_unref(&mgr->refs)) {

Completed in 78 milliseconds

1 2