| /base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
| D | hc_thread.c | 28 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/ |
| D | hc_thread.c | 24 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/ |
| 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 | printer.cpp | 88 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()
|
| D | dfx_unwind_remote.cpp | 110 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()
|
| D | dfx_process.cpp | 74 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
|
| D | dfx_thread.cpp | 38 auto thread = std::make_shared<DfxThread>(pid, tid, nsTid); in Create() local
|
| /base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
| D | process_dump_test.cpp | 142 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
|
| D | fault_stack_test.cpp | 202 auto thread = std::make_shared<DfxThread>(getpid(), getpid(), getpid()); variable
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
| D | catchframe_local.cpp | 158 BacktraceLocalThread thread(BACKTRACE_CURRENT_THREAD); in CatchFrameCurrTid() local 173 BacktraceLocalThread thread(tid); in CatchFrameLocalTid() local
|
| D | backtrace_local.cpp | 48 BacktraceLocalThread thread(tid); in GetBacktraceFramesByTid() local 154 BacktraceLocalThread thread(tid); in GetProcessStacktrace() local
|
| /base/notification/eventhandler/frameworks/eventhandler/src/ |
| D | event_runner.cpp | 97 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/ |
| D | dslm_service.cpp | 43 std::thread thread([this]() { in OnStart() local
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/callstack/src/ |
| D | callstack.cpp | 79 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/ |
| 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/hiviewdfx/faultloggerd/interfaces/innerkits/callstack/include/ |
| D | callstack.h | 211 const VirtualThread &thread; member
|
| /base/startup/init/test/moduletest/ |
| D | param_test_cmds.c | 67 static pthread_t thread = 0; in BShellParamCmdRead() local 89 pthread_t thread; member
|
| /base/update/updater/services/include/applypatch/ |
| D | transfer_manager.h | 48 pthread_t thread; member
|
| /base/startup/appspawn/test/unittest/ |
| D | app_spawn_stub.cpp | 197 static pthread_t thread = 0; in AppSpawnFork() local
|
| /base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
| D | dumpcatcher_interfaces_test.cpp | 82 pthread_t thread; in MultiThreadConstructor() local
|