Lines Matching refs:dispatch
140 #include <dispatch/dispatch.h>
2385 * Allows you to schedule a DNSServiceRef on a serial dispatch queue for receiving asynchronous
2386 * callbacks. It's the clients responsibility to ensure that the provided dispatch queue is running.
2405 * Once the application successfully schedules a DNSServiceRef on a serial dispatch queue using
2406 * DNSServiceSetDispatchQueue, it cannot remove the DNSServiceRef from the dispatch queue, or use
2407 * DNSServiceSetDispatchQueue a second time to schedule the DNSServiceRef onto a different serial dispatch
2408 * queue. Once scheduled onto a dispatch queue a DNSServiceRef will deliver events to that queue until
2414 * queue: dispatch queue where the application callback will be scheduled
2417 * Returns kDNSServiceErr_NoMemory if it cannot create a dispatch source