Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DCommandThread.h37 mThread = std::thread([this](){this->threadLoop();}); in CommandThread()
42 mThread.join(); in ~CommandThread()
93 std::thread mThread;
DMelProcessor.h194 std::thread mThread; variable
/system/chre/platform/linux/task_util/
Dtask_manager.cc31 mThread = std::thread(&TaskManager::run, this); in TaskManager()
109 if (mThread.joinable()) { in flushAndStop()
110 mThread.join(); in flushAndStop()
/system/core/libutils/
DThreads.cpp637 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()
DLooper_test.cpp731 mThread = std::thread([this]() { in ThreadedLooperUtil()
741 mThread.join(); in ~ThreadedLooperUtil()
797 std::thread mThread; member in android::ThreadedLooperUtil
/system/chre/host/common/
Dwifi_ext_hal_handler.cc24 mThread.join(); in ~WifiExtHalHandler()
30 mThread = std::thread(&WifiExtHalHandler::wifiExtHandlerThreadEntry, this); in WifiExtHalHandler()
Dst_hal_lpma_handler.cc67 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/
Dtask_manager.h114 std::thread mThread; variable
/system/core/libutils/include/utils/
DThread.h101 thread_id_t mThread; variable
/system/core/libsysutils/include/sysutils/
DSocketListener.h34 pthread_t mThread; variable
/system/chre/host/common/include/chre_host/
Dwifi_ext_hal_handler.h95 std::thread mThread; variable
Dst_hal_lpma_handler.h88 std::optional<std::thread> mThread; variable
/system/core/libsysutils/src/
DSocketListener.cpp103 if (pthread_create(&mThread, nullptr, SocketListener::threadStart, this)) { in startListener()
122 if (pthread_join(mThread, &ret)) { in stopListener()
/system/media/audio_utils/
DMelProcessor.cpp378 mThread = std::thread([&]{ in run()
426 mThread.join(); in stop()
/system/core/libutils/abi-dumps/arm64/source-based/
Dlibutils.so.lsdump16830 "field_name" : "mThread",
/system/core/libutils/abi-dumps/arm_arm64/source-based/
Dlibutils.so.lsdump16870 "field_name" : "mThread",