Home
last modified time | relevance | path

Searched refs:cron_thread (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/winrc/
H A Dwin_svc.c74 static ub_thread_type cron_thread = NULL; variable
600 CloseHandle(cron_thread); in win_do_cron()
601 cron_thread = NULL; in win_do_cron()
629 if(cron_thread == NULL) { in wsvc_cron_cb()
631 ub_thread_create(&cron_thread, win_do_cron, worker); in wsvc_cron_cb()