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

Function exipc_pre_config

modules/examples/mod_example_ipc.c:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 */
106
107static int exipc_pre_config(apr_pool_t *pconf, apr_pool_t *plog,
108 apr_pool_t *ptemp)
109{
110 ap_mutex_register(pconf, exipc_mutex_type, NULL, APR_LOCK_DEFAULT, 0);
111 return OK;
112}
113
114/*
115 * This routine is called in the parent, so we'll set up the shared

Callers

nothing calls this directly

Calls 1

ap_mutex_registerFunction · 0.85

Tested by

no test coverage detected