| /base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
| D | hc_thread.c | 28 HcThread* thread = (HcThread*)args; in StaticThreadFunc() local 53 int Start(struct HcThreadT *thread) in Start() 85 void Join(struct HcThreadT *thread) in Join() 97 void BizWait(struct HcThreadT *thread) in BizWait() 105 void BizNotify(struct HcThreadT *thread) in BizNotify() 113 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread() 151 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 46 int Start(struct HcThreadT *thread) in Start() 78 void Join(struct HcThreadT *thread) in Join() 96 void BizWait(struct HcThreadT *thread) in BizWait() 104 void BizNotify(struct HcThreadT *thread) in BizNotify() 112 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread() 151 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/test/unittest/process_dump/ |
| D | process_dump_test.cpp | 164 auto thread = DfxThread::Create(pid, tid, tid); variable 178 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); variable 196 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); variable 228 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); variable 287 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); variable
|
| /base/update/updater/services/applypatch/ |
| D | update_progress.cpp | 43 void SetProgressExitFlag(pthread_t &thread) in SetProgressExitFlag() 75 int CreateProgressThread(Uscript::UScriptEnv *env, pthread_t &thread) in CreateProgressThread()
|
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| D | printer.cpp | 169 void Printer::PrintThreadHeaderByConfig(std::shared_ptr<DfxThread> thread, bool isKeyThread) in PrintThreadHeaderByConfig() 206 void Printer::PrintThreadBacktraceByConfig(std::shared_ptr<DfxThread> thread, bool isKeyThread) in PrintThreadBacktraceByConfig() 241 void Printer::PrintThreadRegsByConfig(std::shared_ptr<DfxThread> thread) in PrintThreadRegsByConfig() 265 …intThreadFaultStackByConfig(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread, in PrintThreadFaultStackByConfig()
|
| D | dfx_unwind_remote.cpp | 54 void GetThreadKernelStack(std::shared_ptr<DfxThread> thread) in GetThreadKernelStack() 185 for (auto &thread : process->GetOtherThreads()) { in UnwindOtherThread() local 246 for (auto &thread : process->GetOtherThreads()) { in InitOtherThreadRegs() local
|
| D | dfx_process.cpp | 77 auto thread = DfxThread::Create(processInfo_.pid, tids[i], nstids[i]); in InitOtherThreads() local 133 for (auto thread : otherThreads_) { in Attach() local 148 for (auto thread : otherThreads_) { in Detach() local
|
| D | dfx_unwind_async_thread.h | 31 …DfxUnwindAsyncThread(std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder, uint64… in DfxUnwindAsyncThread()
|
| D | dfx_stack_info_formatter.cpp | 133 Json::Value thread; in GetDumpInfo() local 153 bool DfxStackInfoFormatter::FillFrames(const std::shared_ptr<DfxThread>& thread, in FillFrames()
|
| D | cppcrash_reporter.cpp | 60 …std::shared_ptr<DfxThread> thread = dumpMode_ == FUSION_MODE ? process_->keyThread_ : process_->vm… in Format() local
|
| D | dfx_thread.cpp | 40 auto thread = std::make_shared<DfxThread>(pid, tid, nsTid); in Create() local
|
| /base/notification/eventhandler/frameworks/eventhandler/src/ |
| D | event_runner.cpp | 109 bool Deposit(std::unique_ptr<std::thread> &thread, const ExitFunction &threadExit) in Deposit() 138 std::unique_ptr<std::thread> thread; member 429 inline bool Attach(std::unique_ptr<std::thread> &thread) in Attach() 620 auto thread = in Create() local 680 auto thread = in StartRunningForNoWait() local
|
| /base/hiviewdfx/faultloggerd/test/unittest/signal_handler/ |
| D | signal_handler_test.cpp | 359 for (auto& thread : threads) { variable 393 for (auto& thread : threads) { variable 512 for (auto& thread : threads) { variable
|
| /base/update/updater/test/unittest/applypatch_test/ |
| D | update_progress_unittest.cpp | 62 pthread_t thread; variable
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
| D | backtrace_local.cpp | 67 BacktraceLocalThread thread(tid, unwinder); in GetBacktraceFramesByTid() local 152 BacktraceLocalThread thread(tid, unwinder); in GetProcessStacktrace() local
|
| /base/security/device_security_level/services/sa/standard/ |
| D | dslm_service.cpp | 44 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/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/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
| D | hc_thread.h | 32 pthread_t thread; member
|
| /base/hiviewdfx/hilog/services/hilogd/ |
| D | cmd_executor.cpp | 121 for (auto& thread : threadsToJoin) { in CleanFinishedClients() local
|
| /base/time/time_service/services/time/src/ |
| D | ntp_update_time.cpp | 130 std::thread thread(retryRegister); in MonitorNetwork() local 149 std::thread thread(setSystemTime); in RefreshNetworkTimeByTimer() local
|
| /base/startup/init/test/moduletest/ |
| D | param_test_cmds.c | 68 static pthread_t thread = 0; in BShellParamCmdRead() local 90 pthread_t thread; member
|
| /base/update/updater/services/include/applypatch/ |
| D | transfer_manager.h | 47 pthread_t thread; member
|