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

Method checkError

util/Thread.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75
76void Thread::checkError(void)
77{
78 if(obj && obj->lastError) throw obj->lastError;
79}
80
81
82#ifdef _WIN32

Callers 15

getFrameMethod · 0.80
drawFrameMethod · 0.80
runMethod · 0.80
getFrameMethod · 0.80
isReadyMethod · 0.80
sendFrameMethod · 0.80
multiThreadTestFunction · 0.80
getFrameMethod · 0.80
isReadyMethod · 0.80
sendFrameMethod · 0.80
getFrameMethod · 0.80
isReadyMethod · 0.80

Calls

no outgoing calls

Tested by 2

nativeStressFunction · 0.64
mainFunction · 0.64