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,
109 const char* threadName = "android:unnamed_thread",
114 return androidCreateThreadEtc(entryFunction, userData, threadName,
DProcessCallStack.h68 String8 threadName; member
/system/core/libutils/
DProcessCallStack.cpp192 threadInfo.threadName = getThreadName(tid); in update()
228 const String8& threadName = threadInfo.threadName; in printInternal() local
231 printer.printFormatLine("\"%s\" sysTid=%d", threadName.string(), tid); in printInternal()
DThreads.cpp80 char * threadName; member
88 char * name = t->threadName; in trampoline()
128 const char* threadName __android_unused, in androidCreateRawThreadEtc()
138 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) { in androidCreateRawThreadEtc()
148 t->threadName = threadName ? strdup(threadName) : NULL; in androidCreateRawThreadEtc()
295 const char* threadName, in androidCreateThreadEtc() argument
300 return gCreateThreadFn(entryFunction, userData, threadName, in androidCreateThreadEtc()