Home
last modified time | relevance | path

Searched defs:thread (Results 1 - 23 of 23) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.h31 DfxUnwindAsyncThread(std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder, uint64_t stackId) in DfxUnwindAsyncThread() argument
H A Ddfx_stack_info_formatter.cpp123 Json::Value thread; in GetDumpInfo() local
138 bool DfxStackInfoFormatter::FillFrames(const std::shared_ptr<DfxThread>& thread, in FillFrames() argument
[all...]
H A Dcppcrash_reporter.cpp59 std::shared_ptr<DfxThread> thread = dumpMode_ == FUSION_MODE ? process_->keyThread_ : process_->vmThread_; in Format() local
H A Ddfx_process.cpp77 auto thread = DfxThread::Create(processInfo_.pid, tids[i], nstids[i]); in InitOtherThreads() local
[all...]
H A Ddfx_unwind_remote.cpp54 void GetThreadKernelStack(std::shared_ptr<DfxThread> thread) in GetThreadKernelStack() argument
[all...]
H A Ddfx_thread.cpp39 auto thread = std::make_shared<DfxThread>(pid, tid, nsTid); in Create() local
H A Dprinter.cpp179 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 Dhc_thread.c31 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 Dhc_thread.c27 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 Dhc_thread.h36 pthread_t thread; member
H A Dhc_task_thread.h34 HcThread thread; member
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
H A Dhc_thread.h32 pthread_t thread; member
/base/update/updater/services/applypatch/
H A Dupdate_progress.cpp43 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 Dupdate_progress_unittest.cpp62 pthread_t thread; in HWTEST_F() local
/base/security/device_auth/deps_adapter/os_adapter/impl/src/
H A Dhc_task_thread.c24 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 Dprocess_dump_test.cpp167 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 Ddfx_json_formatter.cpp82 Json::Value thread = threads[i]; in FormatJsonStack() local
/base/update/updater/services/include/applypatch/
H A Dtransfer_manager.h47 pthread_t thread; member
/base/startup/init/test/moduletest/
H A Dparam_test_cmds.c68 static pthread_t thread = 0; in BShellParamCmdRead() local
90 pthread_t thread; member
[all...]
/base/update/updater/services/updater_binary/
H A Dupdate_processor.cpp411 pthread_t thread; in ExecUpdate() local
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_interfaces_test.cpp97 pthread_t thread; in RecursiveMultiThreadConstructor() local
115 pthread_t thread; in MultiThreadConstructor() local
[all...]
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.cpp582 pthread_t thread; AsyncStacktrace() local
[all...]
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_runner.cpp109 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...]

Completed in 10 milliseconds