Home
last modified time | relevance | path

Searched refs:read_action (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dendpoint_cfstream.cc57 grpc_closure read_action; member
248 ep->stream_sync->NotifyOnRead(&ep->read_action); in CFStreamReadAllocationDone()
271 ep_impl->stream_sync->NotifyOnRead(&ep_impl->read_action); in CFStreamRead()
388 GRPC_CLOSURE_INIT(&ep_impl->read_action, ReadAction, in grpc_cfstream_endpoint_create()
/external/grpc-grpc/src/core/lib/iomgr/
Dendpoint_cfstream.cc55 grpc_closure read_action; member
245 ep->stream_sync->NotifyOnRead(&ep->read_action); in CFStreamReadAllocationDone()
359 GRPC_CLOSURE_INIT(&ep_impl->read_action, ReadAction, in grpc_cfstream_endpoint_create()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc108 static void read_action(void* t, grpc_error* error);
2457 static void read_action(void* tp, grpc_error* error) { in read_action() function
2556 GRPC_CLOSURE_INIT(&t->read_action_locked, read_action, t, in continue_read_action_locked()