Searched refs:m_thread (Results 1 – 1 of 1) sorted by relevance
226 pthread_t m_thread; variable508 ret = pthread_create(&m_thread, NULL, threadAccept, &m_port); in startTcpServer()515 if (m_thread <= 0) in stopTcpServer()524 if (0 != pthread_join(m_thread, NULL)) { in stopTcpServer()529 m_thread = 0; in stopTcpServer()