Searched refs:threadName (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/ |
D | Thread.c | 656 char* threadName = dvmGetThreadName(target); in dvmSlayDaemons() local 658 threadId, target->threadId, threadName); in dvmSlayDaemons() 659 free(threadName); in dvmSlayDaemons() 1342 static void setThreadName(const char *threadName) in setThreadName() argument 1346 const char *s = threadName; in setThreadName() 1352 int len = s - threadName; in setThreadName() 1354 s = threadName; in setThreadName() 1356 s = threadName + len - 15; in setThreadName() 1408 char* threadName = dvmCreateCstrFromString(nameStr); in dvmCreateInterpThread() local 1409 bool profilerThread = strcmp(threadName, "SamplingProfiler") == 0; in dvmCreateInterpThread() [all …]
|
/dalvik/tools/dmtracedump/ |
D | TraceDump.c | 142 const char* threadName; member 832 pKeys->threads[i].threadName = data + tab +1; in parseThreads() 1076 pKeys->threads[i].threadId, pKeys->threads[i].threadName); in parseKeys() 1902 char *threadName; in printThreadProfile() local 1908 threadName = (char*)(thread.threadName); in printThreadProfile() 1916 threadName = htmlEscape(threadName, threadBuf, HTML_BUFSIZE); in printThreadProfile() 1923 printf(" %3d %s\n", threadId, threadName); in printThreadProfile() 1957 char *threadName; in printThreadProfile() local 1958 threadName = (char*) thread.threadName; in printThreadProfile() 1960 threadName = htmlEscape(threadName, threadBuf, HTML_BUFSIZE); in printThreadProfile() [all …]
|
/dalvik/vm/interp/ |
D | Stack.c | 1256 char* threadName = dvmGetThreadName(owner); in dumpFrames() local 1259 obj, className, owner->threadId, threadName); in dumpFrames() 1260 free(threadName); in dumpFrames()
|