Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
template <class T>
78
bool SimpleQueue<T>::IsQueueEmpty()
79
{
80
return head.load() == tail;
81
}
82
83
template <class T>
84
SimpleQueue<T>::~SimpleQueue()
Callers
6
~SocketAdapter
Method · 0.80
~DHCP_Server
Method · 0.80
Close
Method · 0.80
Async
Method · 0.80
HDD_FlushCache
Method · 0.80
~TCP_Session
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected