Searched refs:dvmGetThreadName (Results 1 – 6 of 6) sorted by relevance
65 std::string threadName(dvmGetThreadName(thread)); in os_changeThreadPriority()
540 std::string dvmGetThreadName(Thread* thread);
559 std::string threadName(dvmGetThreadName(target)); in dvmSlayDaemons()1460 std::string threadName(dvmGetThreadName(self)); in interpThreadStart()3364 std::string dvmGetThreadName(Thread* thread) { in dvmGetThreadName() function
290 std::string threadName(dvmGetThreadName(thread)); in dumpThreadList()
302 std::string selfName = dvmGetThreadName(self); in logContentionEvent()
1168 std::string threadName(dvmGetThreadName(thread)); in printWaitMessage()