Home
last modified time | relevance | path

Searched refs:GetThreadList (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.h176 debugInterface->GetThreadList(&threads); in GetUserThreadList()
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h514 virtual std::optional<Error> GetThreadList(PandaVector<PtThread> *threadList) const = 0;
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.h267 std::optional<Error> GetThreadList(PandaVector<PtThread> *threadList) const override in GetThreadList() function