Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 3 of 3) sorted by relevance

/development/tools/bugreport/src/com/android/bugreport/bugreport/
DProcessInfo.java38 public HashMap<Integer,ThreadInfo> threads = new HashMap<Integer,ThreadInfo>(); field in ProcessInfo
/development/tools/bugreport/src/com/android/bugreport/stacks/
DProcessSnapshot.java28 public ArrayList<ThreadSnapshot> threads = new ArrayList<ThreadSnapshot>(); field in ProcessSnapshot
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp221 std::vector<std::thread> threads; in ReadInputDumpFiles() local