Searched refs:mThread (Results 1 – 8 of 8) sorted by relevance
/system/core/libutils/ |
D | Threads.cpp | 674 mThread(thread_id_t(-1)), in Thread() 706 mThread = thread_id_t(-1); in run() 716 this, name, priority, stack, &mThread); in run() 719 this, name, priority, stack, &mThread); in run() 725 mThread = thread_id_t(-1); in run() 787 self->mThread = thread_id_t(-1); in _threadLoop() 814 if (mThread == getThreadId()) { in requestExitAndWait() 838 if (mThread == getThreadId()) { in join() 866 pthread_t pthread = android_thread_id_t_to_pthread(mThread); in getTid()
|
/system/core/include/sysutils/ |
D | SocketListener.h | 31 pthread_t mThread; variable
|
/system/core/include/utils/ |
D | Thread.h | 96 thread_id_t mThread; variable
|
/system/core/logd/ |
D | LogTimes.h | 35 pthread_t mThread; variable
|
D | LogTimes.cpp | 58 if (!pthread_create(&mThread, &attr, in startReader_Locked()
|
/system/core/libsysutils/src/ |
D | SocketListener.cpp | 102 if (pthread_create(&mThread, NULL, SocketListener::threadStart, this)) { in startListener() 121 if (pthread_join(mThread, &ret)) { in stopListener()
|
/system/netd/server/ |
D | MDnsSdListener.h | 98 pthread_t mThread; variable
|
D | MDnsSdListener.cpp | 523 pthread_create(&mThread, NULL, MDnsSdListener::Monitor::threadStart, this); in Monitor() 524 pthread_detach(mThread); in Monitor()
|