Home
last modified time | relevance | path

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

/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
Dhc_thread.c28 HcThread* thread = (HcThread*)args; in StaticThreadFunc() local
48 int Start(struct HcThreadT *thread) in Start()
80 void Join(struct HcThreadT *thread) in Join()
92 void BizWait(struct HcThreadT *thread) in BizWait()
100 void BizNotify(struct HcThreadT *thread) in BizNotify()
108 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
146 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.cpp88 void Printer::PrintThreadHeaderByConfig(std::shared_ptr<DfxThread> thread) in PrintThreadHeaderByConfig()
96 void Printer::PrintThreadBacktraceByConfig(std::shared_ptr<DfxThread> thread) in PrintThreadBacktraceByConfig()
110 void Printer::PrintThreadRegsByConfig(std::shared_ptr<DfxThread> thread) in PrintThreadRegsByConfig()
120 …intThreadFaultStackByConfig(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread) in PrintThreadFaultStackByConfig()
Ddfx_unwind_remote.cpp110 for (auto thread : threads) { in UnwindProcess() local
179 std::shared_ptr<DfxThread>& thread, unw_cursor_t& cursor, std::shared_ptr<DfxProcess> process) in DoUnwindStep()
228 std::shared_ptr<DfxThread> thread, bool enableBuildId) in UpdateAndFillFrame()
291 bool DfxUnwindRemote::GetArkJsHeapFuncName(std::string& funcName, std::shared_ptr<DfxThread> thread) in GetArkJsHeapFuncName()
323 …xUnwindRemote::UnwindThread(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread) in UnwindThread()
378 …emote::UnwindThreadFallback(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread) in UnwindThreadFallback()
Ddfx_process.cpp74 auto thread = DfxThread::Create(processInfo_.pid, tids[i], nstids[i]); in InitOtherThreads() local
130 for (auto thread : otherThreads_) { in Attach() local
141 for (auto thread : otherThreads_) { in Detach() local
Ddfx_thread.cpp38 auto thread = std::make_shared<DfxThread>(pid, tid, nsTid); in Create() local
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dprocess_dump_test.cpp142 auto thread = DfxThread::Create(pid, tid, tid); variable
156 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable
174 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); variable
194 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); variable
214 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); variable
Dfault_stack_test.cpp202 auto thread = std::make_shared<DfxThread>(getpid(), getpid(), getpid()); variable
/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.cpp48 BacktraceLocalThread thread(tid); in GetBacktraceFramesByTid() local
154 BacktraceLocalThread thread(tid); in GetProcessStacktrace() local
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_runner.cpp97 bool Deposit(std::unique_ptr<std::thread> &thread, const ExitFunction &threadExit) in Deposit()
126 std::unique_ptr<std::thread> thread; member
352 inline bool Attach(std::unique_ptr<std::thread> &thread) in Attach()
427 auto thread = in Create() local
/base/security/device_security_level/services/sa/standard/
Ddslm_service.cpp43 std::thread thread([this]() { in OnStart() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/callstack/src/
Dcallstack.cpp79 const VirtualThread &thread) in fillUDI()
166 const VirtualThread &thread) in fillUDI()
582 bool CallStack::DoUnwind(const VirtualThread &thread, std::vector<CallFrame> &callStack,
615 bool CallStack::UnwindCallStack(const VirtualThread &thread, bool abi32, u64 *regs, u64 regsNum,
657 bool CallStack::UnwindCallStack(const VirtualThread &thread, u64 *regs, u64 regsNum,
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dstring_utils_test.cpp88 for (auto &thread : threads) { in TestThread() local
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dstring_utils_test.cpp87 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/hilog/services/hilogd/
Dcmd_executor.cpp119 for (auto& thread : threadsToJoin) { in CleanFinishedClients() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/callstack/include/
Dcallstack.h211 const VirtualThread &thread; member
/base/startup/init/test/moduletest/
Dparam_test_cmds.c67 static pthread_t thread = 0; in BShellParamCmdRead() local
89 pthread_t thread; member
/base/update/updater/services/include/applypatch/
Dtransfer_manager.h48 pthread_t thread; member
/base/startup/appspawn/test/unittest/
Dapp_spawn_stub.cpp197 static pthread_t thread = 0; in AppSpawnFork() local
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
Ddumpcatcher_interfaces_test.cpp82 pthread_t thread; in MultiThreadConstructor() local