Searched refs:write_action_end_locked (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | internal.h | 316 grpc_closure write_action_end_locked; member
|
D | chttp2_transport.cc | 102 static void write_action_end_locked(void* t, grpc_error* error); 1047 GRPC_CLOSURE_INIT(&t->write_action_end_locked, write_action_end_locked, t, in write_action() 1054 static void write_action_end_locked(void* tp, grpc_error* error) { in write_action_end_locked() function
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 106 static void write_action_end_locked(void* t, grpc_error* error); 967 GRPC_CLOSURE_INIT(&t->write_action_end_locked, write_action_end, t, in write_action() 974 t->combiner->Run(GRPC_CLOSURE_INIT(&t->write_action_end_locked, in write_action_end() 975 write_action_end_locked, t, nullptr), in write_action_end() 981 static void write_action_end_locked(void* tp, grpc_error* error) { in write_action_end_locked() function
|
D | internal.h | 324 grpc_closure write_action_end_locked; member
|