Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 34) sorted by relevance

12

/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
Dhc_thread.c28 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/
Dhc_thread.c24 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/
Dhc_task_thread.c40 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/
Dprinter_emulator.cpp133 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()
Dprinter.cpp133 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()
Ddfx_unwind_remote_emulator.cpp114 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()
Ddfx_unwind_remote.cpp42 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()
Ddfx_process.cpp75 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
Ddfx_stack_info_formatter.cpp110 Json::Value thread; in GetDumpInfo() local
125 bool DfxStackInfoFormatter::FillFrames(const std::shared_ptr<DfxThread>& thread, in FillFrames()
Ddfx_thread.cpp42 auto thread = std::make_shared<DfxThread>(pid, tid, nsTid); in Create() local
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dprocess_dump_test.cpp124 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/
Dupdate_progress.cpp43 void SetProgressExitFlag(pthread_t &thread) in SetProgressExitFlag()
75 int CreateProgressThread(Uscript::UScriptEnv *env, pthread_t &thread) in CreateProgressThread()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dcatchframe_local.cpp158 BacktraceLocalThread thread(BACKTRACE_CURRENT_THREAD); in CatchFrameCurrTid() local
173 BacktraceLocalThread thread(tid); in CatchFrameLocalTid() local
Dbacktrace_local.cpp47 BacktraceLocalThread thread(tid); in GetBacktraceFramesByTid() local
177 BacktraceLocalThread thread(tid); in GetProcessStacktrace() local
/base/update/updater/test/unittest/applypatch_test/
Dupdate_progress_unittest.cpp62 pthread_t thread; variable
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_runner.cpp103 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/
Dlocal_code_sign_utils.cpp75 std::unique_ptr<InitLocalCertThread> thread = std::make_unique<InitLocalCertThread>(); in InitLocalCertificate() local
/base/security/device_security_level/services/sa/standard/
Ddslm_service.cpp44 std::thread thread([this]() { in OnStart() local
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dstring_utils_test.cpp87 for (auto &thread : threads) { in TestThread() local
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dstring_utils_test.cpp88 for (auto &thread : threads) { in TestThread() local
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
Dhc_thread.h32 pthread_t thread; member
/base/security/device_auth/deps_adapter/os_adapter/interfaces/
Dhc_thread.h36 pthread_t thread; member
Dhc_task_thread.h34 HcThread thread; member
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
Dsignal_handler_test.cpp496 for (auto& thread : threads) { variable
529 for (auto& thread : threads) { variable
643 for (auto& thread : threads) { variable
/base/hiviewdfx/hilog/services/hilogd/
Dcmd_executor.cpp119 for (auto& thread : threadsToJoin) { in CleanFinishedClients() local

12