Home
last modified time | relevance | path

Searched refs:DebuggableThreadPostSuspend (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.h95 void DebuggableThreadPostSuspend(PtThread thread, ObjectRepository &objectRepository,
Dinspector.cpp176 std::bind(&Inspector::DebuggableThreadPostSuspend, this, thread, _1, _2, _3), in ThreadStart()
356 void Inspector::DebuggableThreadPostSuspend(PtThread thread, ObjectRepository &objectRepository, in DebuggableThreadPostSuspend() function in ark::tooling::inspector::Inspector