Searched refs:stream_list_pop (Results 1 – 1 of 1) sorted by relevance
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | stream_lists.cc | 53 static bool stream_list_pop(grpc_chttp2_transport* t, in stream_list_pop() function 149 return stream_list_pop(t, s, GRPC_CHTTP2_LIST_WRITABLE); in grpc_chttp2_list_pop_writable_stream() 168 return stream_list_pop(t, s, GRPC_CHTTP2_LIST_WRITING); in grpc_chttp2_list_pop_writing_stream() 178 return stream_list_pop(t, s, GRPC_CHTTP2_LIST_WAITING_FOR_CONCURRENCY); in grpc_chttp2_list_pop_waiting_for_concurrency() 194 return stream_list_pop(t, s, GRPC_CHTTP2_LIST_STALLED_BY_TRANSPORT); in grpc_chttp2_list_pop_stalled_by_transport() 210 return stream_list_pop(t, s, GRPC_CHTTP2_LIST_STALLED_BY_STREAM); in grpc_chttp2_list_pop_stalled_by_stream()
|