Searched refs:aTimeouts (Results 1 – 1 of 1) sorted by relevance
1980 std::list< Atom > aTimeouts; in handleSendPropertyNotify() local1985 aTimeouts.push_back( inc_it->first ); in handleSendPropertyNotify()1997 while( aTimeouts.begin() != aTimeouts.end() ) in handleSendPropertyNotify()2001 it->second.erase( aTimeouts.front() ); in handleSendPropertyNotify()2002 aTimeouts.pop_front(); in handleSendPropertyNotify()