Searched refs:mThread (Results 1 – 6 of 6) sorted by relevance
/system/core/libutils/ |
D | Threads.cpp | 643 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/ |
D | Thread.h | 99 thread_id_t mThread; variable
|
/system/core/libsysutils/include/sysutils/ |
D | SocketListener.h | 33 pthread_t mThread; variable
|
/system/core/logd/ |
D | LogTimes.h | 41 pthread_t mThread; variable
|
D | LogTimes.cpp | 56 if (!pthread_create(&mThread, &attr, LogTimeEntry::threadStart, in startReader_Locked()
|
/system/core/libsysutils/src/ |
D | SocketListener.cpp | 103 if (pthread_create(&mThread, nullptr, SocketListener::threadStart, this)) { in startListener() 122 if (pthread_join(mThread, &ret)) { in stopListener()
|