Searched refs:m_handles (Results 1 – 3 of 3) sorted by relevance
96 ASSERT_ARG(handle, !m_handles.contains(handle)); in registerHandle()97 m_handles.set(handle, handleItem); in registerHandle()113 ASSERT_ARG(handle, m_handles.contains(handle)); in unregisterAndCloseHandle()114 item = m_handles.take(handle); in unregisterAndCloseHandle()189 ASSERT(m_handles.isEmpty()); in platformInvalidate()
160 HashMap<HANDLE, RefPtr<HandleWorkItem> > m_handles; variable
31861 HandleWorkItem, changed m_handles to hold HandleWorkItems, and added31877 HandleWorkItem for this HANDLE from m_handles and then schedules its32829 WorkQueue::m_handles is signaled, a worker thread will be spawned.32845 - Changed m_workItemQueue and m_handles to hold32856 handle in WorkQueue::m_handles is signaled. We add the WorkItemWin