Home
last modified time | relevance | path

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

/system/core/libutils/
DThreads.cpp658 mThread(thread_id_t(-1)), in Thread()
694 mThread = thread_id_t(-1); in run()
704 this, name, priority, stack, &mThread); in run()
707 this, name, priority, stack, &mThread); in run()
713 mThread = thread_id_t(-1); in run()
775 self->mThread = thread_id_t(-1); in _threadLoop()
802 if (mThread == getThreadId()) { in requestExitAndWait()
826 if (mThread == getThreadId()) { in join()
854 pthread_t pthread = android_thread_id_t_to_pthread(mThread); in getTid()
/system/core/libutils/include/utils/
DThread.h99 thread_id_t mThread; variable
/system/core/libsysutils/include/sysutils/
DSocketListener.h33 pthread_t mThread; variable
/system/core/libsysutils/src/
DSocketListener.cpp103 if (pthread_create(&mThread, nullptr, SocketListener::threadStart, this)) { in startListener()
122 if (pthread_join(mThread, &ret)) { in stopListener()