Home
last modified time | relevance | path

Searched defs:threadName (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/os/
Dandroid.cpp65 std::string threadName(dvmGetThreadName(thread)); in os_changeThreadPriority() local
/dalvik/vm/
DThread.cpp559 std::string threadName(dvmGetThreadName(target)); in dvmSlayDaemons() local
1181 static void setThreadName(const char *threadName) in setThreadName()
1460 std::string threadName(dvmGetThreadName(self)); in interpThreadStart() local
3282 char* threadName = NULL; in dvmDumpThreadEx() local
DProfile.cpp290 std::string threadName(dvmGetThreadName(thread)); in dumpThreadList() local
/dalvik/vm/interp/
DStack.cpp1168 std::string threadName(dvmGetThreadName(thread)); in printWaitMessage() local
/dalvik/tools/dmtracedump/
DTraceDump.c132 const char* threadName; member