Searched refs:mThread (Results 1 – 4 of 4) sorted by relevance
/system/core/libutils/ |
D | Threads.cpp | 658 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/ |
D | Thread.h | 99 thread_id_t mThread; variable
|
/system/core/libsysutils/include/sysutils/ |
D | SocketListener.h | 33 pthread_t mThread; variable
|
/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()
|