HomeSort by relevance Sort by last modified time
    Searched refs:PerIoContext (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.h 38 struct PerIoContext {
52 PerIoContext* pNextFree;
58 PerIoContext ioContext;
77 virtual PerIoContext* PopIoContext();
78 virtual int32_t PushIoContext(PerIoContext* pIoContext);
133 PerIoContext* PopIoContext(void);
134 int32_t PushIoContext(PerIoContext* pIoContext);
udp_socket2_win.h 36 struct PerIoContext;
82 void IOCompleted(PerIoContext* pIOContext, uint32_t ioSize, uint32_t error);
86 int32_t PostRecv(PerIoContext* pIoContext);
udp_socket2_manager_win.cc 382 PerIoContext* UdpSocket2ManagerWindows::PopIoContext()
389 PerIoContext* pIoC = NULL;
405 int32_t UdpSocket2ManagerWindows::PushIoContext(PerIoContext* pIoContext)
443 PerIoContext* IoContextPool::PopIoContext()
461 memset(&item->payload.ioContext,0,sizeof(PerIoContext));
470 int32_t IoContextPool::PushIoContext(PerIoContext* pIoContext)
574 PerIoContext* pIOContext = 0;
602 pIOContext = (PerIoContext*)pOverlapped;
udp_socket2_win.cc 348 PerIoContext* pIoContext = _mgr->PopIoContext();
429 void UdpSocket2Windows::IOCompleted(PerIoContext* pIOContext,
445 // In this case there is no packet in the PerIoContext. Re-use it
447 // Note 1: the PerIoContext will henceforth be posted by a thread
520 // The PerIoContext was posted by a thread controlled by the socket
539 PerIoContext* pIoContext=_mgr->PopIoContext();
553 int32_t UdpSocket2Windows::PostRecv(PerIoContext* pIoContext)
    [all...]

Completed in 681 milliseconds