Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt-app/test/softap/
H A Dsoftap.c226 pthread_t m_thread; variable
508 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()