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