Home
last modified time | relevance | path

Searched refs:getThreadName (Results 1 – 3 of 3) sorted by relevance

/system/netd/libnetdutils/
DThreadUtilTest.cpp27 android::base::expected<std::string, int> getThreadName() { in getThreadName() function
42 auto expected = getThreadName(); in ~NoopRun()
/system/core/libutils/
DProcessCallStack.cpp77 static String8 getThreadName(pid_t tid) { in getThreadName() function
185 threadInfo.threadName = getThreadName(tid); in update()
/system/extras/simpleperf/scripts/
Dreport_html.js149 function getThreadName(tid) { function
443 rows.push(['Thread: ' + getThreadName(this.threadInfo.tid),
498 rows.push(getItem('Thread: ' + getThreadName(thread.tid), thread.eventCount,
502 title = 'Libraries in thread ' + getThreadName(this.threadInfo.tid);
679 let threadName = getThreadName(thread.tid);
796 `Thread ${getThreadName(thread.tid)} ` +
957 let threadName = getThreadName(this.threadInfo.tid);