Searched refs:GetWaitableHandle (Results 1 – 7 of 7) sorted by relevance
44 const bool inserted = m_read_fds.insert({object_sp->GetWaitableHandle(), callback}).second; in RegisterReadObject()48 object_sp->GetWaitableHandle()); in RegisterReadObject()99 bool erased = m_read_fds.erase(object_sp->GetWaitableHandle()); in UnregisterReadObject()
418 …static_cast<void *>(this), static_cast<uint64_t>(m_read_sp->GetWaitableHandle()), static_cast<void… in Read()509 …static_cast<void *>(this), static_cast<uint64_t>(m_write_sp->GetWaitableHandle()), static_cast<con… in Write()597 const IOObject::WaitableHandle handle = m_read_sp->GetWaitableHandle(); in BytesAvailable()615 while (handle == m_read_sp->GetWaitableHandle()) in BytesAvailable()
49 virtual WaitableHandle GetWaitableHandle() = 0;
105 virtual WaitableHandle GetWaitableHandle ();
228 GetWaitableHandle();
585 IOObject::WaitableHandle Socket::GetWaitableHandle() in GetWaitableHandle() function in Socket
153 File::GetWaitableHandle() in GetWaitableHandle() function in File