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

Method kill

server/Hash.h:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 } HashEntry;
39
40 void kill(void)
41 {
42 util::CriticalSection::SafeLock l(mutex);
43 while(start != NULL) killEntry(start);
44 }
45
46 protected:
47

Callers 1

cleanupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected