MCPcopy Create free account
hub / github.com/apache/httpd / mplx_pollset_create

Function mplx_pollset_create

modules/http2/h2_mplx.c:1199–1204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1197}
1198
1199static apr_status_t mplx_pollset_create(h2_mplx *m)
1200{
1201 /* stream0 output only */
1202 return apr_pollset_create(&m->pollset, 1, m->pool,
1203 APR_POLLSET_WAKEABLE);
1204}
1205
1206static apr_status_t mplx_pollset_poll(h2_mplx *m, apr_interval_time_t timeout,
1207 stream_ev_callback *on_stream_input,

Callers 1

h2_mplx_c1_createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected