Searched refs:THREAD (Results 1 – 13 of 13) sorted by relevance
/aosp12/system/core/debuggerd/libdebuggerd/ |
H A D | backtrace.cpp | 71 _LOG(&log, logtype::THREAD, "Unwind failed: tid = %d\n", thread.tid); in dump_backtrace_thread() 73 _LOG(&log, logtype::THREAD, " Error code: %s\n", unwinder->LastErrorCodeString()); in dump_backtrace_thread() 74 _LOG(&log, logtype::THREAD, " Error address: 0x%" PRIx64 "\n", unwinder->LastErrorAddress()); in dump_backtrace_thread()
|
H A D | tombstone.cpp | 384 _LOG(log, logtype::THREAD, "--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---\n"); in dump_thread() 418 _LOG(log, logtype::THREAD, "Failed to unwind\n"); in dump_thread() 420 _LOG(log, logtype::THREAD, " Error code: %s\n", unwinder->LastErrorCodeString()); in dump_thread() 421 _LOG(log, logtype::THREAD, " Error address: 0x%" PRIx64 "\n", unwinder->LastErrorAddress()); in dump_thread()
|
/aosp12/art/test/054-uncaught/ |
H A D | expected-stdout.txt | 7 Uncaught exception THREAD! 12 Uncaught exception THREAD!
|
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
H A D | RootType.java | 63 THREAD (1 << 7), enumConstant
|
H A D | Parser.java | 341 roots.add(new RootData(objectId, RootType.THREAD)); in parseInternal()
|
/aosp12/frameworks/native/cmds/dumpsys/ |
H A D | dumpsys.h | 57 THREAD, // dump thread usage of server only enumerator
|
H A D | dumpsys.cpp | 171 type = Type::THREAD; in main() 385 case Type::THREAD: in startDumpThread()
|
/aosp12/system/core/debuggerd/libdebuggerd/include/libdebuggerd/ |
H A D | utility.h | 54 THREAD, enumerator
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | README.md | 289 with the THREAD\_ID returned by gettid(), which is the thread that is making 296 **THREAD\_ID**: thread\_done 0x0 306 **THREAD\_ID**: malloc pointer size 314 **THREAD\_ID**: free pointer 322 **THREAD\_ID**: calloc pointer nmemb size 330 **THREAD\_ID**: realloc new\_pointer old\_pointer size 338 **THREAD\_ID**: memalign pointer alignment size 342 **THREAD\_ID**: memalign pointer alignment size 346 **THREAD\_ID**: memalign pointer alignment size 354 **THREAD\_ID**: memalign pointer 4096 size [all …]
|
/aosp12/frameworks/av/services/mediametrics/ |
H A D | AudioAnalytics.h | 158 THREAD = 1, enumerator
|
H A D | AudioAnalytics.cpp | 347 mDeviceUse.endAudioIntervalGroup(item, DeviceUse::THREAD); in AudioAnalytics() 547 (itemType == THREAD ? sizeof(AMEDIAMETRICS_KEY_PREFIX_AUDIO_THREAD) in endAudioIntervalGroup() 697 case THREAD: { in endAudioIntervalGroup()
|
/aosp12/art/tools/ahat/etc/ |
H A D | ahat_api.txt | 220 enum_constant public static final com.android.ahat.heapdump.RootType THREAD;
|
/aosp12/art/build/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 7857 Ljava/util/concurrent/locks/AbstractQueuedSynchronizer$Node;->THREAD:J
|