Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
bool XVTrans::isReady(void)
131
{
132
if(thread) thread->checkError();
133
return q.items() <= 0;
134
}
135
136
137
void XVTrans::synchronize(void)
Callers
5
sendVGL
Method · 0.45
sendX11
Method · 0.45
sendXV
Method · 0.45
RRTransReady
Function · 0.45
RRTransReady
Function · 0.45
Calls
2
checkError
Method · 0.80
items
Method · 0.80
Tested by
2
RRTransReady
Function · 0.36
RRTransReady
Function · 0.36