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

Method setError

util/Thread.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70void Thread::setError(std::exception &e)
71{
72 if(obj) obj->lastError = e;
73}
74
75
76void Thread::checkError(void)

Callers 7

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
frameut.cppFile · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected