Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 35) 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
53 int Start(struct HcThreadT *thread) in Start()
85 void Join(struct HcThreadT *thread) in Join()
97 void BizWait(struct HcThreadT *thread) in BizWait()
105 void BizNotify(struct HcThreadT *thread) in BizNotify()
113 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
151 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
46 int Start(struct HcThreadT *thread) in Start()
78 void Join(struct HcThreadT *thread) in Join()
96 void BizWait(struct HcThreadT *thread) in BizWait()
104 void BizNotify(struct HcThreadT *thread) in BizNotify()
112 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
151 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/test/unittest/process_dump/
Dprocess_dump_test.cpp164 auto thread = DfxThread::Create(pid, tid, tid); variable
178 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable
196 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); variable
228 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); variable
287 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/tools/process_dump/
Dprinter.cpp169 void Printer::PrintThreadHeaderByConfig(std::shared_ptr<DfxThread> thread, bool isKeyThread) in PrintThreadHeaderByConfig()
206 void Printer::PrintThreadBacktraceByConfig(std::shared_ptr<DfxThread> thread, bool isKeyThread) in PrintThreadBacktraceByConfig()
241 void Printer::PrintThreadRegsByConfig(std::shared_ptr<DfxThread> thread) in PrintThreadRegsByConfig()
265 …intThreadFaultStackByConfig(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread, in PrintThreadFaultStackByConfig()
Ddfx_unwind_remote.cpp54 void GetThreadKernelStack(std::shared_ptr<DfxThread> thread) in GetThreadKernelStack()
185 for (auto &thread : process->GetOtherThreads()) { in UnwindOtherThread() local
246 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_formatter.cpp133 Json::Value thread; in GetDumpInfo() local
153 bool DfxStackInfoFormatter::FillFrames(const std::shared_ptr<DfxThread>& thread, in FillFrames()
Dcppcrash_reporter.cpp60 …std::shared_ptr<DfxThread> thread = dumpMode_ == FUSION_MODE ? process_->keyThread_ : process_->vm… in Format() local
Ddfx_thread.cpp40 auto thread = std::make_shared<DfxThread>(pid, tid, nsTid); in Create() local
/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
429 inline bool Attach(std::unique_ptr<std::thread> &thread) in Attach()
620 auto thread = in Create() local
680 auto thread = in StartRunningForNoWait() local
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
Dsignal_handler_test.cpp359 for (auto& thread : threads) { variable
393 for (auto& thread : threads) { variable
512 for (auto& thread : threads) { variable
/base/update/updater/test/unittest/applypatch_test/
Dupdate_progress_unittest.cpp62 pthread_t thread; variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dbacktrace_local.cpp67 BacktraceLocalThread thread(tid, unwinder); in GetBacktraceFramesByTid() local
152 BacktraceLocalThread thread(tid, unwinder); in GetProcessStacktrace() local
/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/
Dhc_thread.h36 pthread_t thread; member
Dhc_task_thread.h34 HcThread thread; member
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
Dhc_thread.h32 pthread_t thread; member
/base/hiviewdfx/hilog/services/hilogd/
Dcmd_executor.cpp121 for (auto& thread : threadsToJoin) { in CleanFinishedClients() local
/base/time/time_service/services/time/src/
Dntp_update_time.cpp130 std::thread thread(retryRegister); in MonitorNetwork() local
149 std::thread thread(setSystemTime); in RefreshNetworkTimeByTimer() local
/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