/external/google-breakpad/src/client/linux/minidump_writer/ |
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();
|
linux_core_dumper.h | 79 virtual bool GetThreadInfoByIndex(size_t index, ThreadInfo* info); 118 wasteful_vector<ThreadInfo> thread_infos_;
|
/system/extras/simpleperf/scripts/ |
report_html.js | 223 this.threadInfo = null; 244 if (this.threadInfo) { 258 this.threadInfo = null; 272 this.threadInfo = this.processInfo.threads[selectedItem.row]; 274 this.libInfo = this.threadInfo.libs[selectedItem.row]; 299 if (this.threadInfo) { 300 rows.push(['Thread: ' + getThreadName(this.threadInfo.tid), 301 this.getSampleWeight(this.threadInfo.eventCount)]); 360 title = 'Libraries in thread ' + getThreadName(this.threadInfo.tid); 362 for (let lib of this.threadInfo.libs) [all...] |
/external/python/cpython3/Python/ |
thread.c | 390 PyObject *threadinfo, *value; local 403 threadinfo = PyStructSequence_New(&ThreadInfoType); 404 if (threadinfo == NULL) 409 Py_DECREF(threadinfo); 412 PyStructSequence_SET_ITEM(threadinfo, pos++, value); 421 Py_DECREF(threadinfo); 428 PyStructSequence_SET_ITEM(threadinfo, pos++, value); 445 PyStructSequence_SET_ITEM(threadinfo, pos++, value); 446 return threadinfo;
|
/prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/ |
libutilscallstack.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/32/x86/source-based/ |
libutilscallstack.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/arm64_armv8-a/source-based/ |
libutilscallstack.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/arm_armv8-a/source-based/ |
libutilscallstack.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/x86/source-based/ |
libutilscallstack.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/x86_64/source-based/ |
libutilscallstack.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/x86_x86_64/source-based/ |
libutilscallstack.so.lsdump.gz | |
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
threads.cpp | 251 if (pContext->threadInfo.MAX_WORKER_THREADS && bindProcGroup == false) 278 if (!pContext->threadInfo.MAX_WORKER_THREADS) 866 if (pContext->threadInfo.MAX_NUMA_NODES) 868 numNodes = std::min(numNodes, pContext->threadInfo.MAX_NUMA_NODES); 871 if (pContext->threadInfo.MAX_CORES_PER_NUMA_NODE) 873 numCoresPerNode = std::min(numCoresPerNode, pContext->threadInfo.MAX_CORES_PER_NUMA_NODE); 876 if (pContext->threadInfo.MAX_THREADS_PER_CORE) 878 numHyperThreads = std::min(numHyperThreads, pContext->threadInfo.MAX_THREADS_PER_CORE); 882 if (!pContext->threadInfo.MAX_WORKER_THREADS) 896 if (pContext->threadInfo.MAX_WORKER_THREADS [all...] |
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/ |
StreamIn.impl.h | 36 using ::android::hardware::audio::common::AUDIO_HAL_VERSION::ThreadInfo; 339 ThreadInfo threadInfo = {0, 0}; 342 auto sendError = [&threadInfo, &_hidl_cb](Result result) { 344 threadInfo); 410 threadInfo.pid = getpid(); 411 threadInfo.tid = mReadThread->getTid(); 413 threadInfo);
|
StreamOut.impl.h | 34 using ::android::hardware::audio::common::AUDIO_HAL_VERSION::ThreadInfo; 323 ThreadInfo threadInfo = {0, 0}; 326 auto sendError = [&threadInfo, &_hidl_cb](Result result) { 328 threadInfo); 393 threadInfo.pid = getpid(); 394 threadInfo.tid = mWriteThread->getTid(); 396 threadInfo);
|
/system/core/debuggerd/libdebuggerd/ |
backtrace.cpp | 62 void dump_backtrace_thread(int output_fd, BacktraceMap* map, const ThreadInfo& thread) { 81 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread) {
|
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/ |
tombstone.h | 51 const std::map<pid_t, ThreadInfo>& thread_info, pid_t target_thread,
|
/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);
|
IStreamOut.hal | 111 * @return threadInfo identifiers of the driver's dedicated thread. 119 ThreadInfo 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.
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
Android.mk | 41 ThreadInfo.cpp
|
ServerConnection.cpp | 22 #include "ThreadInfo.h"
|
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/25.0.0-alpha3/ |
ddmlib-25.0.0-alpha3-sources.jar | |
/system/core/libmemunreachable/ |
ThreadCapture.cpp | 90 bool PtraceThreadInfo(pid_t tid, ThreadInfo& thread_info); 211 bool ThreadCaptureImpl::PtraceThreadInfo(pid_t tid, ThreadInfo& thread_info) { 327 ThreadInfo t{0, allocator::vector<uintptr_t>(allocator_), std::pair<uintptr_t, uintptr_t>(0, 0)};
|