Home
last modified time | relevance | path

Searched refs:threadName (Results 1 – 9 of 9) sorted by relevance

/system/core/libutils/include/utils/
DAndroidThreads.h42 const char* threadName,
54 const char* threadName,
66 const char* threadName,
108 const char* threadName = "android:unnamed_thread",
113 return androidCreateThreadEtc(entryFunction, userData, threadName,
DProcessCallStack.h68 String8 threadName; member
/system/core/libutils/
DProcessCallStack.cpp185 threadInfo.threadName = getThreadName(tid); in update()
214 const String8& threadName = threadInfo.threadName; in printInternal() local
217 printer.printFormatLine("\"%s\" sysTid=%d", threadName.string(), tid); in printInternal()
DThreads.cpp75 char * threadName; member
83 char * name = t->threadName; in trampoline()
125 const char* threadName __android_unused, in androidCreateRawThreadEtc()
135 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) { in androidCreateRawThreadEtc()
145 t->threadName = threadName ? strdup(threadName) : NULL; in androidCreateRawThreadEtc()
290 const char* threadName, in androidCreateThreadEtc() argument
295 return gCreateThreadFn(entryFunction, userData, threadName, in androidCreateThreadEtc()
/system/chre/platform/slpi/
Dinit.cc176 char threadName[] = "CHRE"; in chre_slpi_start_thread() local
180 qurt_thread_attr_set_name(&attributes, threadName); in chre_slpi_start_thread()
/system/netd/libnetdutils/include/netdutils/
DThreadUtil.h52 setThreadName(handler->threadName().c_str()); in runAndDelete()
/system/netd/libnetdutils/
DThreadUtilTest.cpp51 std::string threadName() { return mName; } in threadName() function in android::netdutils::__anon9141aaf60111::NoopRun
/system/netd/server/
DMDnsSdListener.h83 std::string threadName() { return std::string("MDnsSdMonitor"); } in threadName() function
/system/extras/simpleperf/scripts/
Dreport_html.js679 let threadName = getThreadName(thread.tid);
687 threadName, libName, getFuncName(func.f), key])
957 let threadName = getThreadName(this.threadInfo.tid);
964 rows.push(['Thread', threadName]);