Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ Wait
Method
Wait
pcsx2/GS/GSJobQueue.h:75–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void Wait()
76
{
77
m_sema.WaitForEmptyWithSpin();
78
pxAssert(IsEmpty());
79
}
80
81
void operator()(T& item)
82
{
Callers
7
data
Method · 0.45
PostVsyncStart
Method · 0.45
MainLoop
Method · 0.45
GenericStall
Method · 0.45
WaitForOpen
Method · 0.45
WaitForClose
Method · 0.45
Sync
Method · 0.45
Calls
2
WaitForEmptyWithSpin
Method · 0.80
IsEmpty
Function · 0.50
Tested by
no test coverage detected