Home
last modified time | relevance | path

Searched refs:dvmGetThreadName (Results 1 – 6 of 6) sorted by relevance

/dalvik/vm/os/
Dandroid.cpp65 std::string threadName(dvmGetThreadName(thread)); in os_changeThreadPriority()
/dalvik/vm/
DThread.h540 std::string dvmGetThreadName(Thread* thread);
DThread.cpp559 std::string threadName(dvmGetThreadName(target)); in dvmSlayDaemons()
1460 std::string threadName(dvmGetThreadName(self)); in interpThreadStart()
3364 std::string dvmGetThreadName(Thread* thread) { in dvmGetThreadName() function
DProfile.cpp290 std::string threadName(dvmGetThreadName(thread)); in dumpThreadList()
DSync.cpp302 std::string selfName = dvmGetThreadName(self); in logContentionEvent()
/dalvik/vm/interp/
DStack.cpp1168 std::string threadName(dvmGetThreadName(thread)); in printWaitMessage()