Searched refs:mDNSPosixRunEventLoopOnce (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DmDNSPosix.h79 extern mStatus mDNSPosixRunEventLoopOnce( mDNS *m, const struct timeval *pTimeout, sigset_t *pSignalsReceived, mDNSBool *pDataDispatched);
H A DPosixDaemon.c160 (void) mDNSPosixRunEventLoopOnce(m, &timeout, &signals, &gotData);
H A DProxyResponder.c280 mDNSPosixRunEventLoopOnce(&mDNSStorage, &timeout, &signals, &gotSomething);
H A DNetMonitor.c849 mDNSPosixRunEventLoopOnce(&mDNSStorage, &timeout, &signals, &gotSomething);
H A DmDNSPosix.c1654 // Add a file descriptor to the set that mDNSPosixRunEventLoopOnce() listens to.
1683 // Remove a file descriptor from the set that mDNSPosixRunEventLoopOnce() listens to.
1708 // Tell the event package to listen for signal and report it in mDNSPosixRunEventLoopOnce().
1723 // Tell the event package to stop listening for signal in mDNSPosixRunEventLoopOnce().
1740 mStatus mDNSPosixRunEventLoopOnce(mDNS *m, const struct timeval *pTimeout, function

Completed in 103 milliseconds