| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| H A D | dfx_unwind_async_thread.h | 31 DfxUnwindAsyncThread(std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder, uint64_t stackId) in DfxUnwindAsyncThread() argument
|
| H A D | dfx_stack_info_formatter.cpp | 123 Json::Value thread; in GetDumpInfo() local 138 bool DfxStackInfoFormatter::FillFrames(const std::shared_ptr<DfxThread>& thread, in FillFrames() argument [all...] |
| H A D | cppcrash_reporter.cpp | 59 std::shared_ptr<DfxThread> thread = dumpMode_ == FUSION_MODE ? process_->keyThread_ : process_->vmThread_; in Format() local
|
| H A D | dfx_process.cpp | 77 auto thread = DfxThread::Create(processInfo_.pid, tids[i], nstids[i]); in InitOtherThreads() local [all...] |
| H A D | dfx_unwind_remote.cpp | 54 void GetThreadKernelStack(std::shared_ptr<DfxThread> thread) in GetThreadKernelStack() argument [all...] |
| H A D | dfx_thread.cpp | 39 auto thread = std::make_shared<DfxThread>(pid, tid, nsTid); in Create() local
|
| H A D | printer.cpp | 179 void Printer::PrintThreadHeaderByConfig(std::shared_ptr<DfxThread> thread, bool isKeyThread) in PrintThreadHeaderByConfig() argument 217 PrintThreadBacktraceByConfig(std::shared_ptr<DfxThread> thread, bool isKeyThread) PrintThreadBacktraceByConfig() argument 252 PrintThreadRegsByConfig(std::shared_ptr<DfxThread> thread) PrintThreadRegsByConfig() argument 276 PrintThreadFaultStackByConfig(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder) PrintThreadFaultStackByConfig() argument [all...] |
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
| H A D | hc_thread.c | 31 HcThread* thread = (HcThread*)args;
in StaticThreadFunc() local 56 Start(struct HcThreadT *thread) Start() argument 88 Join(struct HcThreadT *thread) Join() argument 100 BizWait(struct HcThreadT *thread) BizWait() argument 108 BizNotify(struct HcThreadT *thread) BizNotify() argument 116 InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) InitThread() argument 154 DestroyThread(HcThread *thread) DestroyThread() argument [all...] |
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/ |
| H A D | hc_thread.c | 27 HcThread *thread = (HcThread*)args;
in StaticThreadFunc() local 49 Start(struct HcThreadT *thread) Start() argument 81 Join(struct HcThreadT *thread) Join() argument 99 BizWait(struct HcThreadT *thread) BizWait() argument 107 BizNotify(struct HcThreadT *thread) BizNotify() argument 115 InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) InitThread() argument 154 DestroyThread(HcThread *thread) DestroyThread() argument [all...] |
| /base/security/device_auth/deps_adapter/os_adapter/interfaces/ |
| H A D | hc_thread.h | 36 pthread_t thread;
member
|
| H A D | hc_task_thread.h | 34 HcThread thread;
member
|
| /base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
| H A D | hc_thread.h | 32 pthread_t thread;
member
|
| /base/update/updater/services/applypatch/ |
| H A D | update_progress.cpp | 43 void SetProgressExitFlag(pthread_t &thread) in SetProgressExitFlag() argument 75 int CreateProgressThread(Uscript::UScriptEnv *env, pthread_t &thread) in CreateProgressThread() argument
|
| /base/update/updater/test/unittest/applypatch_test/ |
| H A D | update_progress_unittest.cpp | 62 pthread_t thread; in HWTEST_F() local
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/ |
| H A D | hc_task_thread.c | 24 static HcTaskBase* PopTask(HcTaskThread* thread)
in PopTask() argument 40 static void PushTask(struct HcTaskThreadT* thread, HcTaskBase* task)
in PushTask() argument 54 Clear(struct HcTaskThreadT* thread) Clear() argument 69 StopAndClear(struct HcTaskThreadT* thread) StopAndClear() argument 80 StartTaskThread(struct HcTaskThreadT* thread) StartTaskThread() argument 96 HcTaskThread* thread = (HcTaskThread*)args; TaskThreadLoop() local 121 InitHcTaskThread(HcTaskThread* thread, size_t stackSize, const char* threadName) InitHcTaskThread() argument 144 DestroyHcTaskThread(HcTaskThread* thread) DestroyHcTaskThread() argument [all...] |
| /base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
| H A D | process_dump_test.cpp | 167 auto thread = DfxThread::Create(pid, tid, tid); in HWTEST_F() local 181 std::shared_ptr<DfxThread> thread = std::make_shared<DfxThread>(pid, tid, tid); in HWTEST_F() local 199 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); in HWTEST_F() local 231 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); HWTEST_F() local 290 std::shared_ptr<DfxThread> thread = DfxThread::Create(pid, tid, tid); HWTEST_F() local [all...] |
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/formatter/ |
| H A D | dfx_json_formatter.cpp | 82 Json::Value thread = threads[i]; in FormatJsonStack() local
|
| /base/update/updater/services/include/applypatch/ |
| H A D | transfer_manager.h | 47 pthread_t thread;
member
|
| /base/startup/init/test/moduletest/ |
| H A D | param_test_cmds.c | 68 static pthread_t thread = 0; in BShellParamCmdRead() local 90 pthread_t thread; member [all...] |
| /base/update/updater/services/updater_binary/ |
| H A D | update_processor.cpp | 411 pthread_t thread; in ExecUpdate() local
|
| /base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
| H A D | dumpcatcher_interfaces_test.cpp | 97 pthread_t thread; in RecursiveMultiThreadConstructor() local 115 pthread_t thread; in MultiThreadConstructor() local [all...] |
| /base/hiviewdfx/faultloggerd/tools/crasher_cpp/ |
| H A D | dfx_crasher.cpp | 582 pthread_t thread; AsyncStacktrace() local [all...] |
| /base/notification/eventhandler/frameworks/eventhandler/src/ |
| H A D | event_runner.cpp | 109 bool Deposit(std::unique_ptr<std::thread> argument 138 std::unique_ptr<std::thread> thread; global() member 429 Attach(std::unique_ptr<std::thread> &thread) Attach() argument 620 auto thread = Create() local 680 auto thread = StartRunningForNoWait() local [all...] |