MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / ~VGLTransReceiver

Method ~VGLTransReceiver

client/VGLTransReceiver.cpp:99–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98
99VGLTransReceiver::~VGLTransReceiver(void)
100{
101 deadYet = true;
102 listenMutex.lock();
103 if(listenSocket) listenSocket->close();
104 listenMutex.unlock();
105 if(thread) { thread->stop(); delete thread; thread = NULL; }
106}
107
108
109void VGLTransReceiver::listen(unsigned short port_)

Callers

nothing calls this directly

Calls 4

lockMethod · 0.45
closeMethod · 0.45
unlockMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected