Searched refs:gEventSources (Results 1 – 1 of 1) sorted by relevance
352 static GenLinkedList gEventSources; // linked list of PosixEventSource's variable1641 for ( iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in DetermineMaxEventFD()1651 if ( gEventSources.LinkOffset == 0) in mDNSPosixAddFDToEventLoop()1652 InitLinkedList( &gEventSources, offsetof( PosixEventSource, Next)); in mDNSPosixAddFDToEventLoop()1667 AddToTail( &gEventSources, newSource); in mDNSPosixAddFDToEventLoop()1680 for ( iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in mDNSPosixRemoveFDFromEventLoop()1685 RemoveFromList( &gEventSources, iSource); in mDNSPosixRemoveFDFromEventLoop()1753 for ( iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next) in mDNSPosixRunEventLoopOnce()