| /base/security/device_auth/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/device_auth/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/device_auth/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 | 100 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()
|
| D | dfx_process.cpp | 156 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 | 600 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
|
| D | process_dfx_test.cpp | 258 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable
|
| /base/notification/eventhandler/frameworks/eventhandler/src/ |
| D | event_runner.cpp | 94 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/ |
| D | dslm_service.cpp | 43 std::thread thread([this]() { in OnStart() local
|
| /base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
| D | string_utils_test.cpp | 88 for (auto &thread : threads) { in TestThread() local
|
| /base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
| D | string_utils_test.cpp | 87 for (auto &thread : threads) { in TestThread() local
|
| /base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
| D | hc_thread.h | 32 pthread_t thread; member
|
| /base/security/device_auth/deps_adapter/os_adapter/interfaces/ |
| D | hc_thread.h | 36 pthread_t thread; member
|
| D | hc_task_thread.h | 34 HcThread thread; member
|
| /base/hiviewdfx/hilog/services/hilogd/ |
| D | cmd_executor.cpp | 119 for (auto& thread : threadsToJoin) { in CleanFinishedClients() local
|
| /base/update/updater/services/include/applypatch/ |
| D | transfer_manager.h | 48 pthread_t thread; member
|
| /base/startup/init/test/moduletest/ |
| D | param_test_cmds.c | 66 static pthread_t thread = 0; in BShellParamCmdRead() local 88 pthread_t thread; member
|
| /base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
| D | dumpcatcher_interfaces_test.cpp | 68 pthread_t thread; in MultiThreadConstructor() local
|