| /base/security/deviceauth/deps_adapter/os_adapter/impl/src/linux/ |
| D | hc_thread.c | 28 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/deviceauth/deps_adapter/os_adapter/impl/src/liteos/ |
| D | hc_thread.c | 22 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/deviceauth/deps_adapter/os_adapter/impl/src/ |
| D | hc_task_thread.c | 40 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/ |
| D | dfx_unwind_remote.cpp | 99 for (auto thread : threads) { in UnwindProcess() local 164 std::shared_ptr<DfxThread> & thread, unw_cursor_t & cursor, std::shared_ptr<DfxProcess> process) in DfxUnwindRemoteDoUnwindStep() 211 …l DfxUnwindRemote::UpdateAndPrintFrameInfo(unw_cursor_t& cursor, std::shared_ptr<DfxThread> thread, in UpdateAndPrintFrameInfo() 266 …xUnwindRemote::UnwindThread(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread) in UnwindThread() 337 …emote::UnwindThreadFallback(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread) in UnwindThreadFallback()
|
| D | dfx_process.cpp | 157 auto thread = std::make_shared<DfxThread>(pid_, tid, nsTid); in InsertThreadNode() local
|
| /base/hiviewdfx/faultloggerd/test/unittest/process_dump/src/ |
| D | process_dump_test.cpp | 669 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid, context); variable 686 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid, context); variable 702 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable 717 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable 733 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable 750 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable 767 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable 788 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable
|
| D | process_dfx_test.cpp | 291 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable
|
| /base/compileruntime/js_worker_module/jsapi/worker/ |
| D | thread.cpp | 24 Thread* thread = reinterpret_cast<Thread*>(arg); in Start() local
|
| /base/startup/init_lite/test/plugintest/ |
| D | plugin_param_cmd.c | 63 static pthread_t thread = 0; in BShellParamCmdRead() local 106 pthread_t thread; in BShellParamCmdWatch() local
|
| /base/global/resmgr_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
| D | string_utils_test.cpp | 88 for (auto &thread : threads) { in TestThread() local
|
| /base/global/resmgr_standard/frameworks/resmgr/test/unittest/common/ |
| D | string_utils_test.cpp | 87 for (auto &thread : threads) { in TestThread() local
|
| /base/security/deviceauth/deps_adapter/os_adapter/interfaces/ |
| D | hc_thread.h | 36 pthread_t thread; member
|
| D | hc_task_thread.h | 34 HcThread thread; member
|
| /base/security/deviceauth/deps_adapter/os_adapter/interfaces/liteos/ |
| D | hc_thread.h | 32 pthread_t thread; member
|
| /base/hiviewdfx/hilog/services/hilogd/ |
| D | cmd_executor.cpp | 148 for (auto& thread : threadsToJoin) { in CleanFinishedClients() local
|
| /base/update/updater/services/include/applypatch/ |
| D | transfer_manager.h | 48 pthread_t thread; member
|
| /base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
| D | dumpcatcher_interfaces_test.cpp | 68 pthread_t thread; in MultiThreadConstructor() local
|