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

/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
H A DCThread.cpp107 ret = pthread_create(&m_thread, NULL, CThreadStartup, this);
119 ret = pthread_join(m_thread, NULL);
H A DCThread.h77 pthread_t m_thread; member in class:CThread

Completed in 55 milliseconds