MCPcopy 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

dataMethod · 0.45
PostVsyncStartMethod · 0.45
MainLoopMethod · 0.45
GenericStallMethod · 0.45
WaitForOpenMethod · 0.45
WaitForCloseMethod · 0.45
SyncMethod · 0.45

Calls 2

WaitForEmptyWithSpinMethod · 0.80
IsEmptyFunction · 0.50

Tested by

no test coverage detected