Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DThreadGroupReferenceImpl.java93 for (ThreadGroupReference threadGroup : threadGroups()) { in suspend()
103 for (ThreadGroupReference threadGroup : threadGroups()) { in resume()
137 public List<ThreadGroupReference> threadGroups() { in threadGroups() method in ThreadGroupReferenceImpl
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
DLazyThreadGroupReference.java64 @Override public List<ThreadGroupReference> threadGroups() { in threadGroups() method in LazyThreadGroupReference
65 return getValue().threadGroups(); in threadGroups()
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DThreadGroupReference.java101 List<ThreadGroupReference> threadGroups(); in threadGroups() method