Searched defs:threadName (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DThread.cpp559 std::string threadName(dvmGetThreadName(target));
561 threadId, target->threadId, threadName.c_str());
1181 static void setThreadName(const char *threadName) argument
1185 const char *s = threadName;
1191 int len = s - threadName;
1193 s = threadName;
1195 s = threadName + len - 15;
1460 std::string threadName(dvmGetThreadName(self));
1461 setThreadName(threadName.c_str());
3282 char* threadName
[all...]
/dalvik/tools/dmtracedump/
H A DTraceDump.c132 const char* threadName; member in struct:ThreadEntry
751 pKeys->threads[i].threadName = data + tab +1;
998 pKeys->threads[i].threadId, pKeys->threads[i].threadName);

Completed in 662 milliseconds