Home
last modified time | relevance | path

Searched refs:NetworkListenThread (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.h534 class NetworkListenThread : public NetworkThread {
536 NetworkListenThread();
554 DISALLOW_COPY_AND_ASSIGN(NetworkListenThread);
H A Dworker.cc288 NetworkListenThread::NetworkListenThread() { in NetworkListenThread() function in NetworkListenThread
2100 bool NetworkListenThread::Listen() { in Listen()
2122 bool NetworkListenThread::Wait() { in Wait()
2140 bool NetworkListenThread::GetConnection(int *pnewsock) { in GetConnection()
2313 bool NetworkListenThread::SpawnSlave(int newsock, int threadid) { in SpawnSlave()
2329 bool NetworkListenThread::ReapSlaves() { in ReapSlaves()
2354 bool NetworkListenThread::Work() { in Work()
H A Dsat.cc1277 NetworkListenThread *thread = new NetworkListenThread(); in InitializeThreads()