Searched refs:threadName (Results 1 – 9 of 9) sorted by relevance
/system/core/libutils/include/utils/ |
D | AndroidThreads.h | 42 const char* threadName, 54 const char* threadName, 66 const char* threadName, 108 const char* threadName = "android:unnamed_thread", 113 return androidCreateThreadEtc(entryFunction, userData, threadName,
|
D | ProcessCallStack.h | 68 String8 threadName; member
|
/system/core/libutils/ |
D | ProcessCallStack.cpp | 185 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()
|
D | Threads.cpp | 75 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/ |
D | init.cc | 176 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/ |
D | ThreadUtil.h | 52 setThreadName(handler->threadName().c_str()); in runAndDelete()
|
/system/netd/libnetdutils/ |
D | ThreadUtilTest.cpp | 51 std::string threadName() { return mName; } in threadName() function in android::netdutils::__anon9141aaf60111::NoopRun
|
/system/netd/server/ |
D | MDnsSdListener.h | 83 std::string threadName() { return std::string("MDnsSdMonitor"); } in threadName() function
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 679 let threadName = getThreadName(thread.tid); 687 threadName, libName, getFuncName(func.f), key]) 957 let threadName = getThreadName(this.threadInfo.tid); 964 rows.push(['Thread', threadName]);
|