Home
last modified time | relevance | path

Searched refs:BroadCastClientSocketThread (Results 1 – 2 of 2) sorted by relevance

/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/platform/posix/
H A Dsocket.h229 class BroadCastClientSocketThread : public BaseThread
235 BroadCastClientSocketThread(DiscoveredServersInterface *cb);
254 static BroadCastClientSocketThread *broadCastClientThread;
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/platform/posix/
H A Dsocket.cpp78 BroadCastClientSocketThread *ClientSocket::broadCastClientThread = NULL;
1950 broadCastClientThread = new BroadCastClientSocketThread(cb); in startBroadCastClientThread()
2070 BroadCastClientSocketThread::BroadCastClientSocketThread(DiscoveredServersInterface *cb) : BaseThre… in BroadCastClientSocketThread() function in Shared::Platform::BroadCastClientSocketThread
2085 void BroadCastClientSocketThread::execute() { in execute()