MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / IsQueueEmpty

Method IsQueueEmpty

pcsx2/DEV9/SimpleQueue.h:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76//Note, next entry may not be ready to dequeue
77template <class T>
78bool SimpleQueue<T>::IsQueueEmpty()
79{
80 return head.load() == tail;
81}
82
83template <class T>
84SimpleQueue<T>::~SimpleQueue()

Callers 6

~SocketAdapterMethod · 0.80
~DHCP_ServerMethod · 0.80
CloseMethod · 0.80
AsyncMethod · 0.80
HDD_FlushCacheMethod · 0.80
~TCP_SessionMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected