Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kdc/
H A Dannounce.c62 static dispatch_queue_t g_queue = NULL; variable
104 0, 0, g_queue); in retry_timer()
130 dispatch_suspend(g_queue); in create_dns_sd()
134 0, g_queue); in create_dns_sd()
154 dispatch_resume(g_queue); in create_dns_sd()
523 if (!SCDynamicStoreSetDispatchQueue(store, g_queue)) in register_notification()
534 g_queue = dispatch_queue_create("com.apple.kdc_announce", NULL); in bonjour_announce()
535 if (!g_queue) in bonjour_announce()