Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc64 struct inproc_transport* other_side; member
88 struct inproc_stream* other_side; member
278 inproc_transport* st = t->other_side; in init_stream()
280 s->other_side = nullptr; // will get filled in soon in init_stream()
290 s->other_side = cs; in init_stream()
297 cs->other_side = s; in init_stream()
353 if (s->other_side != nullptr) { in close_other_side_locked()
358 unref_stream(s->other_side, reason); in close_other_side_locked()
360 s->other_side = nullptr; in close_other_side_locked()
409 inproc_stream* other = s->other_side; in fail_helper_locked()
[all …]