MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / ~DHCP_Server

Method ~DHCP_Server

pcsx2/DEV9/InternalServers/DHCP_Server.cpp:359–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357 }
358
359 DHCP_Server::~DHCP_Server()
360 {
361 //Delete entries in queue
362 while (!recvBuff.IsQueueEmpty())
363 {
364 UDP_Packet* retPay = nullptr;
365 if (!recvBuff.Dequeue(&retPay))
366 {
367 std::this_thread::yield();
368 continue;
369 }
370
371 delete retPay;
372 }
373 }
374} // namespace InternalServers

Callers

nothing calls this directly

Calls 2

IsQueueEmptyMethod · 0.80
DequeueMethod · 0.80

Tested by

no test coverage detected