Home
last modified time | relevance | path

Searched defs:grpc_tcp (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dtcp_windows.cc100 typedef struct grpc_tcp { struct
102 grpc_endpoint base;
104 grpc_winsocket* socket;
106 gpr_refcount refcount;
130 } grpc_tcp; argument
Dtcp_posix.cc355 struct grpc_tcp { struct
356 grpc_tcp(int max_sends, size_t send_bytes_threshold) in grpc_tcp() function
358 grpc_endpoint base;
359 grpc_fd* em_fd;
360 int fd;
363 bool is_first_read;
364 double target_length;
365 double bytes_read_this_round;
366 grpc_core::RefCount refcount;
367 gpr_atm shutdown_count;
[all …]