Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/winrc/
H A Dwin_svc.c74 static ub_thread_type cron_thread = NULL; variable
570 CloseHandle(cron_thread); in win_do_cron()
571 cron_thread = NULL; in win_do_cron()
599 if(cron_thread == NULL) { in wsvc_cron_cb()
601 ub_thread_create(&cron_thread, win_do_cron, worker); in wsvc_cron_cb()