Home
last modified time | relevance | path

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

/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
Dhc_thread.c28 HcThread* thread = (HcThread*)args; in StaticThreadFunc() local
43 int Start(struct HcThreadT* thread) in Start()
74 void Join(struct HcThreadT* thread) in Join()
86 void BizWait(struct HcThreadT* thread) in BizWait()
94 void BizNotify(struct HcThreadT* thread) in BizNotify()
102 int32_t InitThread(HcThread* thread, ThreadFunc func, size_t stackSize, const char* threadName) in InitThread()
140 void DestroyThread(HcThread* thread) in DestroyThread()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/
Dhc_thread.c22 HcThread *thread = (HcThread*)args; in StaticThreadFunc() local
39 int Start(struct HcThreadT *thread) in Start()
68 void Join(struct HcThreadT *thread) in Join()
81 void BizWait(struct HcThreadT *thread) in BizWait()
89 void BizNotify(struct HcThreadT *thread) in BizNotify()
97 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
135 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/
Ddfx_unwind_remote.cpp100 for (auto thread : threads) { in UnwindProcess() local
167 std::shared_ptr<DfxThread> & thread, unw_cursor_t & cursor, std::shared_ptr<DfxProcess> process) in DfxUnwindRemoteDoUnwindStep()
217 …l DfxUnwindRemote::UpdateAndPrintFrameInfo(unw_cursor_t& cursor, std::shared_ptr<DfxThread> thread, in UpdateAndPrintFrameInfo()
263 …xUnwindRemote::UnwindThread(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread) in UnwindThread()
334 …emote::UnwindThreadFallback(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread) in UnwindThreadFallback()
Ddfx_process.cpp156 auto thread = std::make_shared<DfxThread>(pid_, tid, nsTid); in InsertThreadNode() local
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/src/
Dprocess_dump_test.cpp600 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid, context); variable
617 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid, context); variable
633 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable
648 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable
664 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable
681 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable
698 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable
719 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable
Dprocess_dfx_test.cpp258 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_runner.cpp94 bool Deposit(std::unique_ptr<std::thread> &thread, const ExitFunction &threadExit) in Deposit()
123 std::unique_ptr<std::thread> thread; member
348 inline bool Attach(std::unique_ptr<std::thread> &thread) in Attach()
423 auto thread = in Create() local
/base/security/device_security_level/services/sa/standard/
Ddslm_service.cpp43 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/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/update/updater/services/include/applypatch/
Dtransfer_manager.h48 pthread_t thread; member
/base/startup/init/test/moduletest/
Dparam_test_cmds.c66 static pthread_t thread = 0; in BShellParamCmdRead() local
88 pthread_t thread; member
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
Ddumpcatcher_interfaces_test.cpp68 pthread_t thread; in MultiThreadConstructor() local