Home
last modified time | relevance | path

Searched refs:start_bdp_ping_locked (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc142 static void start_bdp_ping_locked(void* tp, grpc_error* error);
2568 GRPC_CLOSURE_INIT(&t->start_bdp_ping_locked, start_bdp_ping, t, in schedule_bdp_ping_locked()
2579 t->combiner->Run(GRPC_CLOSURE_INIT(&t->start_bdp_ping_locked, in start_bdp_ping()
2580 start_bdp_ping_locked, t, nullptr), in start_bdp_ping()
2584 static void start_bdp_ping_locked(void* tp, grpc_error* error) { in start_bdp_ping_locked() function
Dinternal.h440 grpc_closure start_bdp_ping_locked; member