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

Function h2_mplx_c1_create

modules/http2/h2_mplx.c:272–370  ·  view source on GitHub ↗

* A h2_mplx needs to be thread-safe *and* if will be called by * the h2_session thread *and* the h2_worker threads. Therefore: * - calls are protected by a mutex lock, m->lock * - the pool needs its own allocator, since apr_allocator_t are * not re-entrant. The separate allocator works without a * separate lock since we already protect h2_mplx itself. * Since HTTP/2 connections can b

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

h2_session_createFunction · 0.85

Calls 6

h2_config_sgetiFunction · 0.85
h2_ihash_createFunction · 0.85
h2_iq_createFunction · 0.85
mplx_pollset_createFunction · 0.85
h2_workers_registerFunction · 0.85

Tested by

no test coverage detected