Searched refs:threadName (Results 1 - 5 of 5) sorted by relevance

/dalvik/vm/os/
H A Dandroid.cpp65 std::string threadName(dvmGetThreadName(thread));
67 pid, threadName.c_str(), newPriority, newNice, strerror(errno));
/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...]
H A DProfile.cpp290 std::string threadName(dvmGetThreadName(thread));
291 fprintf(fp, "%d\t%s\n", thread->threadId, threadName.c_str());
/dalvik/vm/interp/
H A DStack.cpp1168 std::string threadName(dvmGetThreadName(thread));
1169 StringAppendF(&msg, " held by tid=%d (%s)", thread->threadId, threadName.c_str());
/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 149 milliseconds