Searched refs:isLoopConfused (Results 1 – 3 of 3) sorted by relevance
280 bool EventImpl::Attached(const EventLoopImpl *loop, bool &isLoopConfused) const in Attached()285 isLoopConfused = true; in Attached()287 isLoopConfused = false; in Attached()
138 bool isLoopConfused = false; in Remove() local139 if (!eventImpl->Attached(this, isLoopConfused)) { in Remove()140 if (isLoopConfused) { in Remove()
46 bool Attached(const EventLoopImpl *loop, bool &isLoopConfused) const;