Searched refs:IOItem (Results 1 – 2 of 2) sorted by relevance
344 struct IOItem { struct353 bool MatchCompletedIOItem(IOHandler* filter, IOItem* item); argument354 bool GetIOItem(DWORD timeout, IOItem* item);355 bool ProcessInternalIOItem(const IOItem& item);363 std::list<IOItem> completed_io_;
496 IOItem item; in WaitForIOCompletion()525 bool MessagePumpForIO::GetIOItem(DWORD timeout, IOItem* item) { in GetIOItem()542 bool MessagePumpForIO::ProcessInternalIOItem(const IOItem& item) { in ProcessInternalIOItem()554 bool MessagePumpForIO::MatchCompletedIOItem(IOHandler* filter, IOItem* item) { in MatchCompletedIOItem()556 for (std::list<IOItem>::iterator it = completed_io_.begin(); in MatchCompletedIOItem()