Searched refs:threadName (Results 1 – 4 of 4) sorted by relevance
/system/core/include/utils/ |
D | AndroidThreads.h | 42 const char* threadName, 54 const char* threadName, 66 const char* threadName, 106 const char* threadName = "android:unnamed_thread", 111 return androidCreateThreadEtc(entryFunction, userData, threadName,
|
D | ProcessCallStack.h | 68 String8 threadName; member
|
/system/core/libutils/ |
D | Threads.cpp | 78 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()
|
D | ProcessCallStack.cpp | 192 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()
|