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

Function ap_thread_current_after_fork

server/util.c:3256–3261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3254}
3255
3256AP_DECLARE(void) ap_thread_current_after_fork(void)
3257{
3258#if AP_HAS_THREAD_LOCAL
3259 current_thread = NULL;
3260#endif
3261}
3262
3263AP_DECLARE(apr_thread_t *) ap_thread_current(void)
3264{

Callers 3

prefork.cFile · 0.85
make_childFunction · 0.85
make_childFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected