HomeSort by: relevance | last modified time | path
    Searched refs:mDNSPosixRunEventLoopOnce (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.h 61 // Add a file descriptor to the set that mDNSPosixRunEventLoopOnce() listens to.
135 extern mStatus mDNSPosixRunEventLoopOnce( mDNS *m, const struct timeval *pTimeout, sigset_t *pSignalsReceived, mDNSBool *pDataDispatched);
139 extern mStatus mDNSPosixRunEventLoopOnce( mDNS *m, const struct timeval *pTimeout, sigset_t *pSignalsReceived, mDNSBool *pDataDispatched);
PosixDaemon.c 178 (void) mDNSPosixRunEventLoopOnce(m, &timeout, &signals, &gotData);
mDNSPosix.c 2431 // Remove a file descriptor from the set that mDNSPosixRunEventLoopOnce() listens to.
2493 // Tell the event package to listen for signal and report it in mDNSPosixRunEventLoopOnce().
2508 // Tell the event package to stop listening for signal in mDNSPosixRunEventLoopOnce().
2525 mStatus mDNSPosixRunEventLoopOnce(mDNS *m, const struct timeval *pTimeout,

Completed in 20 milliseconds