| 114 | } |
| 115 | |
| 116 | void PrintThreads() { |
| 117 | InternalScopedString out; |
| 118 | PrintThreadHistory(*thread_registry, out); |
| 119 | Report("%s\n", out.data()); |
| 120 | } |
| 121 | |
| 122 | void GetAdditionalThreadContextPtrsLocked(InternalMmapVector<uptr> *ptrs) { |
| 123 | GetThreadArgRetval().GetAllPtrsLocked(ptrs); |
no test coverage detected