Searched refs:daemon_thread (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dmod_ssl_ct.c217 static apr_thread_t *daemon_thread; variable
1123 rv = apr_thread_create(&daemon_thread, NULL, sct_daemon_thread, s_main,
1132 apr_pool_cleanup_register(pconf, daemon_thread, wait_for_thread,

Completed in 17 milliseconds