Home
last modified time | relevance | path

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

/system/core/libutils/
DThreads.cpp643 mThread(thread_id_t(-1)), in Thread()
679 mThread = thread_id_t(-1); in run()
689 this, name, priority, stack, &mThread); in run()
692 this, name, priority, stack, &mThread); in run()
698 mThread = thread_id_t(-1); in run()
760 self->mThread = thread_id_t(-1); in _threadLoop()
787 if (mThread == getThreadId()) { in requestExitAndWait()
811 if (mThread == getThreadId()) { in join()
839 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/logd/
DLogTimes.h41 pthread_t mThread; variable
DLogTimes.cpp56 if (!pthread_create(&mThread, &attr, LogTimeEntry::threadStart, in startReader_Locked()
/system/core/libsysutils/src/
DSocketListener.cpp103 if (pthread_create(&mThread, nullptr, SocketListener::threadStart, this)) { in startListener()
122 if (pthread_join(mThread, &ret)) { in stopListener()