/external/gemmlowp/profiling/ |
D | instrumentation.h | 162 struct ThreadInfo; 165 inline std::set<ThreadInfo*>& ThreadsUnderProfiling() { in ThreadsUnderProfiling() 166 static std::set<ThreadInfo*> v; in ThreadsUnderProfiling() 170 struct ThreadInfo { struct 174 ThreadInfo() { in ThreadInfo() argument 181 ThreadInfo* self = static_cast<ThreadInfo*>(ptr); in ThreadExitCallback() argument 187 inline ThreadInfo& ThreadLocalThreadInfo() { in ThreadLocalThreadInfo() 191 GEMMLOWP_THREAD_LOCAL ThreadInfo* i = nullptr; in ThreadLocalThreadInfo() 193 i = new ThreadInfo(); in ThreadLocalThreadInfo() 197 GEMMLOWP_THREAD_LOCAL ThreadInfo i; in ThreadLocalThreadInfo()
|
D | profiler.h | 309 inline void RecordStack(const ThreadInfo* thread, ProfilingStack* dst) { in RecordStack()
|
/external/llvm/lib/Support/ |
D | Threading.cpp | 34 struct ThreadInfo { struct 39 ThreadInfo *TI = reinterpret_cast<ThreadInfo*>(Arg); in ExecuteOnThread_Dispatch() argument 46 ThreadInfo Info = { Fn, UserData }; in llvm_execute_on_thread() 74 struct ThreadInfo { struct 80 struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param); in ThreadCallback() argument 88 struct ThreadInfo param = { Fn, UserData }; in llvm_execute_on_thread()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | ResumeTest.java | 75 ThreadInfo[] threadInfos = createThreadInfos(); in testResume001() 123 ThreadInfo[] threadInfos = createThreadInfos(); in testResume002() 187 ThreadInfo[] threadInfos = createThreadInfos(); in testResume003() 223 private static class ThreadInfo { class in ResumeTest 227 public ThreadInfo(String threadName) { in ThreadInfo() method in ResumeTest.ThreadInfo 280 private ThreadInfo[] createThreadInfos() { in createThreadInfos() 284 ThreadInfo[] threadInfos = new ThreadInfo[testedThreadsNumber]; in createThreadInfos() 289 threadInfos[i] = new ThreadInfo(ResumeDebuggee.THREAD_NAME_PATTERN + i); in createThreadInfos() 291 threadInfos[threadInfos.length - 1] = new ThreadInfo(debuggeeMainThreadName); in createThreadInfos() 314 for (ThreadInfo threadInfo : threadInfos) { in createThreadInfos() [all …]
|
/external/google-breakpad/src/client/linux/dump_writer_common/ |
D | thread_info.cc | 61 uintptr_t ThreadInfo::GetInstructionPointer() const { in GetInstructionPointer() 65 void ThreadInfo::FillCPUContext(RawContextCPU* out) const { in FillCPUContext() 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 { 211 uintptr_t ThreadInfo::GetInstructionPointer() const { 215 void ThreadInfo::FillCPUContext(RawContextCPU* out) const { 232 uintptr_t ThreadInfo::GetInstructionPointer() const { 236 void ThreadInfo::FillCPUContext(RawContextCPU* out) const {
|
D | thread_info.h | 47 struct ThreadInfo { struct
|
/external/valgrind/include/ |
D | pub_tool_addrinfo.h | 112 } ThreadInfo; typedef 115 extern void VG_(initThreadInfo) (ThreadInfo *tinfo); 137 ThreadInfo tinfo; 155 ThreadInfo alloc_tinfo; // which thread did alloc this block.
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_core_dumper.cc | 92 bool LinuxCoreDumper::GetThreadInfoByIndex(size_t index, ThreadInfo* info) { in GetThreadInfoByIndex() 189 ThreadInfo info; in EnumerateThreads() 190 memset(&info, 0, sizeof(ThreadInfo)); in EnumerateThreads() 220 ThreadInfo* info = &thread_infos_.back(); in EnumerateThreads() 235 ThreadInfo* info = &thread_infos_.back(); in EnumerateThreads()
|
D | linux_core_dumper.h | 79 virtual bool GetThreadInfoByIndex(size_t index, ThreadInfo* info); 118 wasteful_vector<ThreadInfo> thread_infos_;
|
D | linux_ptrace_dumper.h | 65 virtual bool GetThreadInfoByIndex(size_t index, ThreadInfo* info);
|
D | linux_ptrace_dumper.cc | 156 bool LinuxPtraceDumper::GetThreadInfoByIndex(size_t index, ThreadInfo* info) { in GetThreadInfoByIndex() 231 for (unsigned i = 0; i < ThreadInfo::kNumDebugRegisters; ++i) { in GetThreadInfoByIndex()
|
D | linux_core_dumper_unittest.cc | 111 ThreadInfo info; in TEST()
|
D | linux_dumper.h | 88 virtual bool GetThreadInfoByIndex(size_t index, ThreadInfo* info) = 0;
|
D | linux_ptrace_dumper_unittest.cc | 429 ThreadInfo one_thread;
|
D | minidump_writer.cc | 99 using google_breakpad::ThreadInfo; 391 ThreadInfo info; in WriteThreadListStream()
|
/external/libchrome/base/message_loop/ |
D | message_pump_glib.cc | 128 struct ThreadInfo { struct 141 ThreadInfo* thread_info = NULL; 146 thread_info = new ThreadInfo; in CheckThread()
|
/external/valgrind/drd/ |
D | drd_thread.h | 110 } ThreadInfo; typedef 125 extern ThreadInfo* DRD_(g_threadinfo);
|
D | drd_thread.c | 68 ThreadInfo* DRD_(g_threadinfo); 153 static ThreadInfo initval; in DRD_() 270 static Bool DRD_(sane_ThreadInfo)(const ThreadInfo* const ti) in DRD_()
|
/external/valgrind/coregrind/ |
D | m_addrinfo.c | 312 void VG_(initThreadInfo) (ThreadInfo *tinfo) in VG_() 383 static const HChar* opt_tnr_prefix (ThreadInfo tinfo) in opt_tnr_prefix() 391 static UInt tnr_else_tid (ThreadInfo tinfo) in tnr_else_tid()
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer.cc | 54 using google_breakpad::ThreadInfo;
|
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
D | null_read_av.sym | 4386 …ogle_breakpad::LinuxPtraceDumper::GetThreadInfoByIndex(unsigned long, google_breakpad::ThreadInfo*)
|
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/ |
D | overflow.sym | 4460 …ogle_breakpad::LinuxPtraceDumper::GetThreadInfoByIndex(unsigned long, google_breakpad::ThreadInfo*)
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 29194 FUNC 451f0 40 0 std::priv::__ucopy<google_breakpad::ThreadInfo*, google_breakpad::ThreadInfo*, int> 29222 …td::priv::_Impl_vector<google_breakpad::ThreadInfo, google_breakpad::PageStdAllocator<google_break… 32057 FUNC 48cc0 4 0 google_breakpad::ThreadInfo::GetInstructionPointer 32059 FUNC 48cc4 24 0 google_breakpad::ThreadInfo::FillCPUContext
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 30707 FUNC 671e0 90 0 std::priv::__ucopy<google_breakpad::ThreadInfo*, google_breakpad::ThreadInfo*, long… 30743 …td::priv::_Impl_vector<google_breakpad::ThreadInfo, google_breakpad::PageStdAllocator<google_break… 33708 FUNC 6d3ec 8 0 google_breakpad::ThreadInfo::GetInstructionPointer 33710 FUNC 6d3f4 68 0 google_breakpad::ThreadInfo::FillCPUContext
|