Home
last modified time | relevance | path

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

/system/core/libutils/
DThreads.cpp674 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/
DSocketListener.h31 pthread_t mThread; variable
/system/core/include/utils/
DThread.h96 thread_id_t mThread; variable
/system/core/logd/
DLogTimes.h35 pthread_t mThread; variable
DLogTimes.cpp58 if (!pthread_create(&mThread, &attr, in startReader_Locked()
/system/core/libsysutils/src/
DSocketListener.cpp102 if (pthread_create(&mThread, NULL, SocketListener::threadStart, this)) { in startListener()
121 if (pthread_join(mThread, &ret)) { in stopListener()
/system/netd/server/
DMDnsSdListener.h98 pthread_t mThread; variable
DMDnsSdListener.cpp523 pthread_create(&mThread, NULL, MDnsSdListener::Monitor::threadStart, this); in Monitor()
524 pthread_detach(mThread); in Monitor()