Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dannounce.c64 static dispatch_queue_t g_queue = NULL; variable
106 0, 0, g_queue); in retry_timer()
132 dispatch_suspend(g_queue); in create_dns_sd()
136 0, g_queue); in create_dns_sd()
156 dispatch_resume(g_queue); in create_dns_sd()
525 if (!SCDynamicStoreSetDispatchQueue(store, g_queue)) in register_notification()
536 g_queue = dispatch_queue_create("com.apple.kdc_announce", NULL); in bonjour_announce()
537 if (!g_queue) in bonjour_announce()