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

Function ap_thread_current

server/util.c:3263–3270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3261}
3262
3263AP_DECLARE(apr_thread_t *) ap_thread_current(void)
3264{
3265#if AP_HAS_THREAD_LOCAL
3266 return current_thread;
3267#else
3268 return NULL;
3269#endif
3270}
3271
3272#endif /* APR_VERSION_AT_LEAST(1,8,0) && !defined(AP_NO_THREAD_LOCAL) */
3273

Callers 3

get_match_dataFunction · 0.85
ap_thread_current_createFunction · 0.85
child_mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected