Home
last modified time | relevance | path

Searched refs:ThreadInfo (Results 1 – 24 of 24) sorted by relevance

/external/gemmlowp/profiling/
Dinstrumentation.h162 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()
Dprofiler.h309 inline void RecordStack(const ThreadInfo* thread, ProfilingStack* dst) { in RecordStack()
/external/llvm/lib/Support/
DThreading.cpp34 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/
DResumeTest.java75 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/
Dthread_info.cc61 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 {
Dthread_info.h47 struct ThreadInfo { struct
/external/valgrind/include/
Dpub_tool_addrinfo.h112 } 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/
Dlinux_core_dumper.cc92 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()
Dlinux_core_dumper.h79 virtual bool GetThreadInfoByIndex(size_t index, ThreadInfo* info);
118 wasteful_vector<ThreadInfo> thread_infos_;
Dlinux_ptrace_dumper.h65 virtual bool GetThreadInfoByIndex(size_t index, ThreadInfo* info);
Dlinux_ptrace_dumper.cc156 bool LinuxPtraceDumper::GetThreadInfoByIndex(size_t index, ThreadInfo* info) { in GetThreadInfoByIndex()
231 for (unsigned i = 0; i < ThreadInfo::kNumDebugRegisters; ++i) { in GetThreadInfoByIndex()
Dlinux_core_dumper_unittest.cc111 ThreadInfo info; in TEST()
Dlinux_dumper.h88 virtual bool GetThreadInfoByIndex(size_t index, ThreadInfo* info) = 0;
Dlinux_ptrace_dumper_unittest.cc429 ThreadInfo one_thread;
Dminidump_writer.cc99 using google_breakpad::ThreadInfo;
391 ThreadInfo info; in WriteThreadListStream()
/external/libchrome/base/message_loop/
Dmessage_pump_glib.cc128 struct ThreadInfo { struct
141 ThreadInfo* thread_info = NULL;
146 thread_info = new ThreadInfo; in CheckThread()
/external/valgrind/drd/
Ddrd_thread.h110 } ThreadInfo; typedef
125 extern ThreadInfo* DRD_(g_threadinfo);
Ddrd_thread.c68 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/
Dm_addrinfo.c312 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/
Dmicrodump_writer.cc54 using google_breakpad::ThreadInfo;
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/
Dnull_read_av.sym4386 …ogle_breakpad::LinuxPtraceDumper::GetThreadInfoByIndex(unsigned long, google_breakpad::ThreadInfo*)
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
Doverflow.sym4460 …ogle_breakpad::LinuxPtraceDumper::GetThreadInfoByIndex(unsigned long, google_breakpad::ThreadInfo*)
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym29194 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/
Dbreakpad_unittests.sym30707 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