Home
last modified time | relevance | path

Searched refs:RemoveThread (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dsource_manager.h43 void RemoveThread(PtThread thread);
Dsource_manager.cpp54 void SourceManager::RemoveThread(PtThread thread) in RemoveThread() function in ark::tooling::inspector::SourceManager
Dinspector_server.cpp67 sourceManager_.RemoveThread(thread); in OnOpen()
206 sourceManager_.RemoveThread(thread); in CallTargetDetachedFromTarget()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dsource_manager.cpp88 sm_.RemoveThread(pt_thread0); in TEST_F()