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

Method VGLTrans

server/VGLTrans.cpp:139–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138
139VGLTrans::VGLTrans(void) : nprocs(fconfig.np), socket(NULL), thread(NULL),
140 deadYet(false), dpynum(0)
141{
142 memset(&version, 0, sizeof(rrversion));
143 profTotal.setName("Total ");
144 #ifdef USEHELGRIND
145 ANNOTATE_BENIGN_RACE_SIZED(&deadYet, sizeof(bool), );
146 // NOTE: Without this line, helgrind reports a data race on the class
147 // instance address in the destructor (false positive?)
148 ANNOTATE_BENIGN_RACE_SIZED(this, sizeof(VGLTrans *), );
149 #endif
150}
151
152
153void VGLTrans::run(void)

Callers

nothing calls this directly

Calls 1

setNameMethod · 0.80

Tested by

no test coverage detected