Home
last modified time | relevance | path

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

/system/core/libutils/
DThreads.cpp643 mThread(thread_id_t(-1)), in Thread()
677 mThread = thread_id_t(-1); in run()
687 this, name, priority, stack, &mThread); in run()
690 this, name, priority, stack, &mThread); in run()
696 mThread = thread_id_t(-1); in run()
758 self->mThread = thread_id_t(-1); in _threadLoop()
785 if (mThread == getThreadId()) { in requestExitAndWait()
809 if (mThread == getThreadId()) { in join()
837 pthread_t pthread = android_thread_id_t_to_pthread(mThread); in getTid()
/system/vold/
DTrimTask.h43 std::thread mThread; variable
DMoveTask.h38 std::thread mThread; variable
DTrimTask.cpp102 mThread = std::thread(&TrimTask::run, this); in start()
DMoveTask.cpp57 mThread = std::thread(&MoveTask::run, this); in start()
/system/core/libsysutils/include/sysutils/
DSocketListener.h31 pthread_t mThread; variable
/system/core/libutils/include/utils/
DThread.h96 thread_id_t mThread; variable
/system/core/logd/
DLogTimes.h40 pthread_t mThread; variable
DLogTimes.cpp63 if (!pthread_create(&mThread, &attr, LogTimeEntry::threadStart, in startReader_Locked()
/system/core/libsysutils/src/
DSocketListener.cpp105 if (pthread_create(&mThread, NULL, SocketListener::threadStart, this)) { in startListener()
124 if (pthread_join(mThread, &ret)) { in stopListener()
/system/netd/server/
DMDnsSdListener.h98 pthread_t mThread; variable
DMDnsSdListener.cpp527 pthread_create(&mThread, NULL, MDnsSdListener::Monitor::threadStart, this); in Monitor()
528 pthread_detach(mThread); in Monitor()