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.cpp555 std::string threadName(dvmGetThreadName(target)); in dvmSlayDaemons() local
1177 static void setThreadName(const char *threadName) in setThreadName()
1456 std::string threadName(dvmGetThreadName(self)); in interpThreadStart() local
3223 char* threadName = NULL; in dvmDumpThreadEx() local
DProfile.cpp291 std::string threadName(dvmGetThreadName(thread)); in dumpThreadList() local
/dalvik/vm/interp/
DStack.cpp1166 std::string threadName(dvmGetThreadName(thread)); in printWaitMessage() local
/dalvik/tools/dmtracedump/
DTraceDump.c132 const char* threadName; member