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());
1182 static void setThreadName(const char *threadName) argument
1186 const char *s = threadName;
1192 int len = s - threadName;
1194 s = threadName;
1196 s = threadName + len - 15;
1464 std::string threadName(dvmGetThreadName(self));
1465 setThreadName(threadName.c_str());
3322 char* threadName
[all...]
H A DProfile.cpp433 std::string threadName(dvmGetThreadName(thread));
434 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 71 milliseconds