Home
last modified time | relevance | path

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

12

/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
Dhc_thread.c31 HcThread* thread = (HcThread*)args; in StaticThreadFunc() local
56 int Start(struct HcThreadT *thread) in Start()
88 void Join(struct HcThreadT *thread) in Join()
100 void BizWait(struct HcThreadT *thread) in BizWait()
108 void BizNotify(struct HcThreadT *thread) in BizNotify()
116 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
154 void DestroyThread(HcThread *thread) in DestroyThread()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/
Dhc_thread.c27 HcThread *thread = (HcThread*)args; in StaticThreadFunc() local
49 int Start(struct HcThreadT *thread) in Start()
81 void Join(struct HcThreadT *thread) in Join()
99 void BizWait(struct HcThreadT *thread) in BizWait()
107 void BizNotify(struct HcThreadT *thread) in BizNotify()
115 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
154 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.cpp157 void Printer::PrintThreadHeaderByConfig(std::shared_ptr<DfxThread> thread, bool isKeyThread) in PrintThreadHeaderByConfig()
195 void Printer::PrintThreadBacktraceByConfig(std::shared_ptr<DfxThread> thread, bool isKeyThread) in PrintThreadBacktraceByConfig()
230 void Printer::PrintThreadRegsByConfig(std::shared_ptr<DfxThread> thread) in PrintThreadRegsByConfig()
254 …ectThreadFaultStackByConfig(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread, in CollectThreadFaultStackByConfig()
274 void Printer::PrintThreadFaultStackByConfig(std::shared_ptr<DfxThread> thread) in PrintThreadFaultStackByConfig()
Ddfx_unwind_remote.cpp50 void GetThreadKernelStack(std::shared_ptr<DfxThread> thread) in GetThreadKernelStack()
84 for (auto &thread : process->GetOtherThreads()) { in ParseSymbol() local
113 for (auto &thread : process->GetOtherThreads()) { in PrintUnwindResultInfo() local
212 for (auto &thread : process->GetOtherThreads()) { in UnwindOtherThread() local
263 for (auto &thread : process->GetOtherThreads()) { in InitOtherThreadRegs() local
Ddfx_process.cpp77 auto thread = DfxThread::Create(processInfo_.pid, tids[i], nstids[i]); in InitOtherThreads() local
133 for (auto thread : otherThreads_) { in Attach() local
148 for (auto thread : otherThreads_) { in Detach() local
Ddfx_unwind_async_thread.h31 …DfxUnwindAsyncThread(std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder, uint64… in DfxUnwindAsyncThread()
Ddfx_stack_info_json_formatter.cpp118 Json::Value thread; in GetDumpJsonFormatInfo() local
138 bool DfxStackInfoJsonFormatter::FillFrames(const std::shared_ptr<DfxThread>& thread, in FillFrames()
Dcppcrash_reporter.cpp59 std::shared_ptr<DfxThread> thread = process_->keyThread_; in Format() local
Ddfx_thread.cpp39 auto thread = std::make_shared<DfxThread>(pid, tid, nsTid); in Create() local
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dprocess_dump_test.cpp167 auto thread = DfxThread::Create(pid, tid, tid); variable
181 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable
199 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); variable
231 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); variable
289 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/notification/eventhandler/frameworks/eventhandler/src/
Devent_runner.cpp109 bool Deposit(std::unique_ptr<std::thread> &thread, const ExitFunction &threadExit) in Deposit()
138 std::unique_ptr<std::thread> thread; member
432 inline bool Attach(std::unique_ptr<std::thread> &thread) in Attach()
623 auto thread = in Create() local
683 auto thread = in StartRunningForNoWait() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dbacktrace_local.cpp55 BacktraceLocalThread thread(tid, unwinder); in GetBacktraceFramesByTid() local
147 BacktraceLocalThread thread(tid, unwinder); in GetProcessStacktrace() local
/base/update/updater/test/unittest/applypatch_test/
Dupdate_progress_unittest.cpp62 pthread_t thread; variable
/base/security/device_security_level/services/sa/standard/
Ddslm_service.cpp44 std::thread thread([this]() { in OnStart() 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/time/time_service/services/time/src/
Devent_manager.cpp77 std::thread thread(setSystemTime); in NetConnStateConnected() local
/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/hilog/services/hilogd/
Dcmd_executor.cpp121 for (auto& thread : threadsToJoin) { in CleanFinishedClients() local
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
Dsignal_handler_test.cpp471 for (auto& thread : threads) { variable
504 for (auto& thread : threads) { variable
619 for (auto& thread : threads) { variable
/base/startup/init/test/moduletest/
Dparam_test_cmds.c68 static pthread_t thread = 0; in BShellParamCmdRead() local
90 pthread_t thread; member
/base/update/updater/services/include/applypatch/
Dtransfer_manager.h47 pthread_t thread; member

12