Home
last modified time | relevance | path

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

/system/core/include/utils/
DAndroidThreads.h42 const char* threadName,
54 const char* threadName,
66 const char* threadName,
106 const char* threadName = "android:unnamed_thread",
111 return androidCreateThreadEtc(entryFunction, userData, threadName,
DProcessCallStack.h68 String8 threadName; member
/system/core/libutils/
DThreads.cpp78 char * threadName; member
86 char * name = t->threadName; in trampoline()
126 const char* threadName __android_unused, in androidCreateRawThreadEtc()
136 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) { in androidCreateRawThreadEtc()
146 t->threadName = threadName ? strdup(threadName) : NULL; in androidCreateRawThreadEtc()
291 const char* threadName, in androidCreateThreadEtc() argument
296 return gCreateThreadFn(entryFunction, userData, threadName, in androidCreateThreadEtc()
DProcessCallStack.cpp192 threadInfo.threadName = getThreadName(tid); in update()
227 const String8& threadName = threadInfo.threadName; in printInternal() local
230 printer.printFormatLine("\"%s\" sysTid=%d", threadName.string(), tid); in printInternal()