Searched refs:m_thread (Results 1 – 2 of 2) sorted by relevance
107 ret = pthread_create(&m_thread, NULL, CThreadStartup, this); in start()119 ret = pthread_join(m_thread, NULL); in join()
77 pthread_t m_thread; variable