Home | History | Annotate | Download | only in vm

Lines Matching refs:threadName

559         std::string threadName(dvmGetThreadName(target));
561 threadId, target->threadId, threadName.c_str());
1181 static void setThreadName(const char *threadName)
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 = NULL;
3307 threadName = dvmCreateCstrFromString(nameStr);
3328 threadName, isDaemon ? " daemon" : "",
3360 free(threadName);