HomeSort by relevance Sort by last modified time
    Searched refs:pending_byte_stream (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
frame_data.cc 208 s->pending_byte_stream = true;
293 if (!s->pending_byte_stream) {
chttp2_transport.cc 692 s->pending_byte_stream = false;
    [all...]
internal.h 256 /* Accessed only by transport thread when stream->pending_byte_stream == false
257 * Accessed only by application thread when stream->pending_byte_stream ==
261 /* Accessed only by transport thread when stream->pending_byte_stream == false
262 * Accessed only by application thread when stream->pending_byte_stream ==
549 /* Accessed only by transport thread when stream->pending_byte_stream == false
550 * Accessed only by application thread when stream->pending_byte_stream ==
554 bool pending_byte_stream; /* protected by t combiner */ member in struct:grpc_chttp2_stream
556 // stream->pending_byte_stream == true. The value is saved before
571 /* Accessed only by transport thread when stream->pending_byte_stream == false
572 * Accessed only by application thread when stream->pending_byte_stream =
    [all...]

Completed in 61 milliseconds