/system/media/audio_utils/include/audio_utils/ |
D | CommandThread.h | 37 mThread = std::thread([this](){this->threadLoop();}); in CommandThread() 42 mThread.join(); in ~CommandThread() 93 std::thread mThread;
|
D | MelProcessor.h | 194 std::thread mThread; variable
|
/system/chre/platform/linux/task_util/ |
D | task_manager.cc | 31 mThread = std::thread(&TaskManager::run, this); in TaskManager() 109 if (mThread.joinable()) { in flushAndStop() 110 mThread.join(); in flushAndStop()
|
/system/core/libutils/ |
D | Threads.cpp | 637 mThread(thread_id_t(-1)), in Thread() 673 mThread = thread_id_t(-1); in run() 683 this, name, priority, stack, &mThread); in run() 686 this, name, priority, stack, &mThread); in run() 692 mThread = thread_id_t(-1); in run() 754 self->mThread = thread_id_t(-1); in _threadLoop() 781 if (mThread == getThreadId()) { in requestExitAndWait() 805 if (mThread == getThreadId()) { in join() 833 pthread_t pthread = android_thread_id_t_to_pthread(mThread); in getTid()
|
D | Looper_test.cpp | 731 mThread = std::thread([this]() { in ThreadedLooperUtil() 741 mThread.join(); in ~ThreadedLooperUtil() 797 std::thread mThread; member in android::ThreadedLooperUtil
|
/system/chre/host/common/ |
D | wifi_ext_hal_handler.cc | 24 mThread.join(); in ~WifiExtHalHandler() 30 mThread = std::thread(&WifiExtHalHandler::wifiExtHandlerThreadEntry, this); in WifiExtHalHandler()
|
D | st_hal_lpma_handler.cc | 67 if (mThread.has_value()) { in ~StHalLpmaHandler() 70 mThread->join(); in ~StHalLpmaHandler() 77 mThread = std::thread(&StHalLpmaHandler::stHalLpmaHandlerThreadEntry, this); in init()
|
/system/chre/platform/linux/include/chre/platform/linux/task_util/ |
D | task_manager.h | 114 std::thread mThread; variable
|
/system/core/libutils/include/utils/ |
D | Thread.h | 101 thread_id_t mThread; variable
|
/system/core/libsysutils/include/sysutils/ |
D | SocketListener.h | 34 pthread_t mThread; variable
|
/system/chre/host/common/include/chre_host/ |
D | wifi_ext_hal_handler.h | 95 std::thread mThread; variable
|
D | st_hal_lpma_handler.h | 88 std::optional<std::thread> 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()
|
/system/media/audio_utils/ |
D | MelProcessor.cpp | 378 mThread = std::thread([&]{ in run() 426 mThread.join(); in stop()
|
/system/core/libutils/abi-dumps/arm64/source-based/ |
D | libutils.so.lsdump | 16830 "field_name" : "mThread",
|
/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
D | libutils.so.lsdump | 16870 "field_name" : "mThread",
|