MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / isReady

Method isReady

server/XVTrans.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129
130bool XVTrans::isReady(void)
131{
132 if(thread) thread->checkError();
133 return q.items() <= 0;
134}
135
136
137void XVTrans::synchronize(void)

Callers 5

sendVGLMethod · 0.45
sendX11Method · 0.45
sendXVMethod · 0.45
RRTransReadyFunction · 0.45
RRTransReadyFunction · 0.45

Calls 2

checkErrorMethod · 0.80
itemsMethod · 0.80

Tested by 2

RRTransReadyFunction · 0.36
RRTransReadyFunction · 0.36