/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
D | hc_thread.c | 28 HcThread* thread = (HcThread*)args; in StaticThreadFunc() local 51 int Start(struct HcThreadT *thread) in Start() 83 void Join(struct HcThreadT *thread) in Join() 95 void BizWait(struct HcThreadT *thread) in BizWait() 103 void BizNotify(struct HcThreadT *thread) in BizNotify() 111 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread() 149 void DestroyThread(HcThread *thread) in DestroyThread()
|
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/ |
D | hc_thread.c | 24 HcThread *thread = (HcThread*)args; in StaticThreadFunc() local 44 int Start(struct HcThreadT *thread) in Start() 76 void Join(struct HcThreadT *thread) in Join() 94 void BizWait(struct HcThreadT *thread) in BizWait() 102 void BizNotify(struct HcThreadT *thread) in BizNotify() 110 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread() 149 void DestroyThread(HcThread *thread) in DestroyThread()
|
/base/security/device_auth/deps_adapter/os_adapter/impl/src/ |
D | hc_task_thread.c | 40 static void PushTask(struct HcTaskThreadT* thread, HcTaskBase* task) in PushTask() 54 static void Clear(struct HcTaskThreadT* thread) in Clear() 69 static void StopAndClear(struct HcTaskThreadT* thread) in StopAndClear() 80 static int32_t StartTaskThread(struct HcTaskThreadT* thread) in StartTaskThread() 96 HcTaskThread* thread = (HcTaskThread*)args; in TaskThreadLoop() local 121 int32_t InitHcTaskThread(HcTaskThread* thread, size_t stackSize, const char* threadName) in InitHcTaskThread() 144 void DestroyHcTaskThread(HcTaskThread* thread) in DestroyHcTaskThread()
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
D | printer_emulator.cpp | 133 void Printer::PrintThreadHeaderByConfig(std::shared_ptr<DfxThread> thread) in PrintThreadHeaderByConfig() 141 void Printer::PrintThreadBacktraceByConfig(std::shared_ptr<DfxThread> thread) in PrintThreadBacktraceByConfig() 155 void Printer::PrintThreadRegsByConfig(std::shared_ptr<DfxThread> thread) in PrintThreadRegsByConfig() 165 …intThreadFaultStackByConfig(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread) in PrintThreadFaultStackByConfig()
|
D | printer.cpp | 133 void Printer::PrintThreadHeaderByConfig(std::shared_ptr<DfxThread> thread) in PrintThreadHeaderByConfig() 165 void Printer::PrintThreadBacktraceByConfig(std::shared_ptr<DfxThread> thread) in PrintThreadBacktraceByConfig() 187 void Printer::PrintThreadRegsByConfig(std::shared_ptr<DfxThread> thread) in PrintThreadRegsByConfig() 207 …intThreadFaultStackByConfig(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread, in PrintThreadFaultStackByConfig()
|
D | dfx_unwind_remote_emulator.cpp | 114 for (auto thread : threads) { in UnwindProcess() local 141 std::shared_ptr<DfxThread> &thread) in UnwindThreadByParseStackIfNeed() 207 std::shared_ptr<DfxThread>& thread, unw_cursor_t& cursor, std::shared_ptr<DfxProcess> process) in DoUnwindStep() 259 std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread, bool enableBuildId) in UpdateAndFillFrame() 330 bool DfxUnwindRemote::GetArkJsHeapFuncName(std::string& funcName, std::shared_ptr<DfxThread> thread) in GetArkJsHeapFuncName() 362 …xUnwindRemote::UnwindThread(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread) in UnwindThread() 416 …emote::UnwindThreadFallback(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread) in UnwindThreadFallback()
|
D | dfx_unwind_remote.cpp | 42 std::shared_ptr<DfxThread> &thread, std::shared_ptr<Unwinder> unwinder) in UnwindThreadByParseStackIfNeed() 120 for (auto thread : threads) { in UnwindProcess() local 145 …emote::UnwindThreadFallback(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread, in UnwindThreadFallback()
|
D | dfx_process.cpp | 75 auto thread = DfxThread::Create(processInfo_.pid, tids[i], nstids[i]); in InitOtherThreads() local 131 for (auto thread : otherThreads_) { in Attach() local 142 for (auto thread : otherThreads_) { in Detach() local
|
D | dfx_stack_info_formatter.cpp | 110 Json::Value thread; in GetDumpInfo() local 125 bool DfxStackInfoFormatter::FillFrames(const std::shared_ptr<DfxThread>& thread, in FillFrames()
|
D | dfx_thread.cpp | 42 auto thread = std::make_shared<DfxThread>(pid, tid, nsTid); in Create() local
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
D | process_dump_test.cpp | 124 auto thread = DfxThread::Create(pid, tid, tid); variable 138 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable 156 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); variable 179 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); variable
|
/base/update/updater/services/applypatch/ |
D | update_progress.cpp | 43 void SetProgressExitFlag(pthread_t &thread) in SetProgressExitFlag() 75 int CreateProgressThread(Uscript::UScriptEnv *env, pthread_t &thread) in CreateProgressThread()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
D | catchframe_local.cpp | 158 BacktraceLocalThread thread(BACKTRACE_CURRENT_THREAD); in CatchFrameCurrTid() local 173 BacktraceLocalThread thread(tid); in CatchFrameLocalTid() local
|
D | backtrace_local.cpp | 47 BacktraceLocalThread thread(tid); in GetBacktraceFramesByTid() local 177 BacktraceLocalThread thread(tid); in GetProcessStacktrace() local
|
/base/update/updater/test/unittest/applypatch_test/ |
D | update_progress_unittest.cpp | 62 pthread_t thread; variable
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
D | event_runner.cpp | 103 bool Deposit(std::unique_ptr<std::thread> &thread, const ExitFunction &threadExit) in Deposit() 132 std::unique_ptr<std::thread> thread; member 385 inline bool Attach(std::unique_ptr<std::thread> &thread) in Attach() 521 auto thread = in Create() local
|
/base/security/code_signature/services/key_enable/utils/src/ |
D | local_code_sign_utils.cpp | 75 std::unique_ptr<InitLocalCertThread> thread = std::make_unique<InitLocalCertThread>(); in InitLocalCertificate() local
|
/base/security/device_security_level/services/sa/standard/ |
D | dslm_service.cpp | 44 std::thread thread([this]() { in OnStart() local
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
D | string_utils_test.cpp | 87 for (auto &thread : threads) { in TestThread() local
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
D | string_utils_test.cpp | 88 for (auto &thread : threads) { in TestThread() local
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
D | hc_thread.h | 32 pthread_t thread; member
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/ |
D | hc_thread.h | 36 pthread_t thread; member
|
D | hc_task_thread.h | 34 HcThread thread; member
|
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/ |
D | signal_handler_test.cpp | 496 for (auto& thread : threads) { variable 529 for (auto& thread : threads) { variable 643 for (auto& thread : threads) { variable
|
/base/hiviewdfx/hilog/services/hilogd/ |
D | cmd_executor.cpp | 119 for (auto& thread : threadsToJoin) { in CleanFinishedClients() local
|