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

1 2

  /external/grpc-grpc/src/core/lib/gpr/
sync.cc 88 void gpr_ref(gpr_refcount* r) { gpr_atm_no_barrier_fetch_add(&r->count, 1); } function
95 gpr_ref(r);
  /external/grpc-grpc/src/core/lib/gprpp/
orphanable.h 107 void IncrementRefCount() { gpr_ref(&refs_); }
189 void IncrementRefCount() { gpr_ref(&refs_); }
ref_counted.h 79 void IncrementRefCount() { gpr_ref(&refs_); }
159 void IncrementRefCount() { gpr_ref(&refs_); }
  /external/grpc-grpc/src/core/lib/iomgr/
socket_mutator.cc 36 gpr_ref(&mutator->refcount);
socket_factory_posix.cc 63 gpr_ref(&factory->refcount);
cfstream_handle.cc 170 gpr_ref(&refcount_);
endpoint_cfstream.cc 95 gpr_ref(&ep->refcount);
105 static void CFStreamRef(CFStreamEndpoint* ep) { gpr_ref(&ep->refcount); }
tcp_custom.cc 111 gpr_ref(&tcp->refcount);
122 static void tcp_ref(custom_tcp_endpoint* tcp) { gpr_ref(&tcp->refcount); }
tcp_windows.cc 163 gpr_ref(&tcp->refcount);
174 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); }
combiner.cc 128 gpr_ref(&lock->refs);
  /external/grpc-grpc/src/core/lib/security/credentials/
credentials.cc 61 gpr_ref(&creds->refcount);
83 gpr_ref(&creds->refcount);
197 gpr_ref(&creds->refcount);
  /external/grpc-grpc/src/cpp/common/
alarm.cc 99 void Ref() { gpr_ref(&refs_); }
  /external/grpc-grpc/include/grpc/support/
sync.h 141 GPRAPI void gpr_ref(gpr_refcount* r);
  /external/grpc-grpc/src/core/ext/filters/client_channel/
backup_poller.cc 156 gpr_ref(&g_poller->refs);
http_connect_handshaker.cc 321 gpr_ref(&handshaker->refcount);
  /external/grpc-grpc/src/core/ext/transport/chttp2/server/
chttp2_server.cc 141 gpr_ref(&connection_state->refs);
148 gpr_ref(&connection_state->refs);
  /external/grpc-grpc/src/core/lib/channel/
handshaker.cc 319 gpr_ref(&mgr->refs);
324 gpr_ref(&mgr->refs);
  /external/grpc-grpc/src/core/lib/slice/
slice.cc 114 gpr_ref(&r->refs);
164 gpr_ref(&r->refs);
215 gpr_ref(&r->refs);
  /external/grpc-grpc/test/core/end2end/fixtures/
http_proxy_fixture.cc 124 gpr_ref(&conn->refcount);
474 gpr_ref(&proxy->users);
517 gpr_ref(&proxy->users);
  /external/grpc-grpc/src/core/lib/security/transport/
secure_endpoint.cc 108 gpr_ref(&ep->ref);
119 static void secure_endpoint_ref(secure_endpoint* ep) { gpr_ref(&ep->ref); }
  /external/grpc-grpc/src/core/ext/transport/chttp2/client/
chttp2_connector.cc 63 gpr_ref(&c->refs);
  /external/grpc-grpc/test/core/util/
passthru_endpoint.cc 201 gpr_ref(&stats->refs);
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
grpc_ares_ev_driver.cc 86 gpr_ref(&ev_driver->refs);
  /external/grpc-grpc/src/core/lib/security/context/
security_context.cc 149 gpr_ref(&ctx->refcount);
  /external/grpc-grpc/src/core/lib/avl/
avl.cc 40 gpr_ref(&node->refs);

Completed in 485 milliseconds

1 2