HomeSort by relevance Sort by last modified time
    Searched refs:ThreadInfo (Results 1 - 25 of 207) sorted by null

1 2 3 4 5 6 7 8 9

  /development/tools/bugreport/src/com/android/bugreport/bugreport/
ProcessInfo.java 38 public HashMap<Integer,ThreadInfo> threads = new HashMap<Integer,ThreadInfo>();
ThreadInfo.java 22 public class ThreadInfo {
39 * Construct a ThreadInfo.
41 public ThreadInfo(ProcessInfo pi, int tid, String name) {
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
process_info.h 12 struct ThreadInfo {
23 std::map<int, ThreadInfo> threads;
  /external/llvm/lib/Support/
Threading.cpp 35 struct ThreadInfo {
40 ThreadInfo *TI = reinterpret_cast<ThreadInfo*>(Arg);
47 ThreadInfo Info = { Fn, UserData };
80 struct ThreadInfo {
86 struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param);
94 struct ThreadInfo param = { Fn, UserData };
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Threading.cpp 36 struct ThreadInfo {
41 ThreadInfo *TI = reinterpret_cast<ThreadInfo*>(Arg);
48 ThreadInfo Info = { Fn, UserData };
81 struct ThreadInfo {
87 struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param);
95 struct ThreadInfo param = { Fn, UserData };
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper.h 79 virtual bool GetThreadInfoByIndex(size_t index, ThreadInfo* info);
118 wasteful_vector<ThreadInfo> thread_infos_;
linux_ptrace_dumper.h 65 virtual bool GetThreadInfoByIndex(size_t index, ThreadInfo* info);
linux_core_dumper.cc 92 bool LinuxCoreDumper::GetThreadInfoByIndex(size_t index, ThreadInfo* info) {
189 ThreadInfo info;
190 memset(&info, 0, sizeof(ThreadInfo));
220 ThreadInfo* info = &thread_infos_.back();
235 ThreadInfo* info = &thread_infos_.back();
  /external/swiftshader/third_party/LLVM/lib/Support/
Threading.cpp 69 struct ThreadInfo {
74 ThreadInfo *TI = reinterpret_cast<ThreadInfo*>(Arg);
81 ThreadInfo Info = { Fn, UserData };
109 struct ThreadInfo {
115 struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param);
123 struct ThreadInfo param = { Fn, UserData };
  /system/core/debuggerd/libdebuggerd/include/libdebuggerd/
backtrace.h 36 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread);
39 void dump_backtrace_thread(int output_fd, BacktraceMap* map, const ThreadInfo& thread);
types.h 24 struct ThreadInfo {
tombstone.h 51 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread,
  /external/gemmlowp/profiling/
instrumentation.h 152 struct ThreadInfo;
155 inline std::set<ThreadInfo*>& ThreadsUnderProfiling() {
156 static std::set<ThreadInfo*> v;
160 struct ThreadInfo {
164 ThreadInfo() {
172 ThreadInfo* self = static_cast<ThreadInfo*>(ptr);
179 inline ThreadInfo& ThreadLocalThreadInfo() {
182 ThreadInfo* threadInfo = static_cast<ThreadInfo*>(threadInfoPtr)
    [all...]
  /development/tools/bugreport/src/com/android/bugreport/logcat/
LogLine.java 20 import com.android.bugreport.bugreport.ThreadInfo;
95 public ThreadInfo thread;
  /system/core/libmemunreachable/
ThreadCapture.h 26 struct ThreadInfo {
33 using ThreadInfoList = allocator::vector<ThreadInfo>;
  /external/valgrind/include/
pub_tool_addrinfo.h 91 /* Note about ThreadInfo tid and tnr in various parts of _Addrinfo:
112 } ThreadInfo;
115 extern void VG_(initThreadInfo) (ThreadInfo *tinfo);
137 ThreadInfo tinfo;
155 ThreadInfo alloc_tinfo; // which thread did alloc this block.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
ResumeTest.java 76 ThreadInfo[] threadInfos = createThreadInfos();
124 ThreadInfo[] threadInfos = createThreadInfos();
188 ThreadInfo[] threadInfos = createThreadInfos();
224 private static class ThreadInfo {
228 public ThreadInfo(String threadName) {
278 * Creates ThreadInfo array containing information about each tested thread:
281 private ThreadInfo[] createThreadInfos() {
285 ThreadInfo[] threadInfos = new ThreadInfo[testedThreadsNumber];
290 threadInfos[i] = new ThreadInfo(ResumeDebuggee.THREAD_NAME_PATTERN + i)
    [all...]
  /system/core/libutils/include/utils/
ProcessCallStack.h 66 struct ThreadInfo {
71 // tid -> ThreadInfo
72 KeyedVector<pid_t, ThreadInfo> mThreadMap;
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
Android.mk 12 ThreadInfo.cpp
  /external/google-breakpad/src/client/linux/dump_writer_common/
thread_info.cc 61 uintptr_t ThreadInfo::GetInstructionPointer() const {
65 void ThreadInfo::FillCPUContext(RawContextCPU* out) const {
124 uintptr_t ThreadInfo::GetInstructionPointer() const {
128 void ThreadInfo::FillCPUContext(RawContextCPU* out) const {
189 uintptr_t ThreadInfo::GetInstructionPointer() const {
193 void ThreadInfo::FillCPUContext(RawContextCPU* out) const {
198 // No CPSR register in ThreadInfo(it's not accessible via ptrace)
211 uintptr_t ThreadInfo::GetInstructionPointer() const {
215 void ThreadInfo::FillCPUContext(RawContextCPU* out) const {
232 uintptr_t ThreadInfo::GetInstructionPointer() const
    [all...]
thread_info.h 47 struct ThreadInfo {
82 // Fills a RawContextCPU using the context in the ThreadInfo object.
  /external/libchrome/base/message_loop/
message_pump_glib.cc 128 struct ThreadInfo {
141 ThreadInfo* thread_info = NULL;
146 thread_info = new ThreadInfo;
  /hardware/interfaces/audio/2.0/
IStreamIn.hal 112 * @return threadInfo identifiers of the driver's dedicated thread.
120 ThreadInfo threadInfo);
IStreamOut.hal 105 * @return threadInfo identifiers of the driver's dedicated thread.
113 ThreadInfo threadInfo);
  /hardware/interfaces/audio/4.0/
IStreamIn.hal 118 * @return threadInfo identifiers of the driver's dedicated thread.
126 ThreadInfo threadInfo);

Completed in 426 milliseconds

1 2 3 4 5 6 7 8 9