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, 109 const char* threadName = "android:unnamed_thread", 114 return androidCreateThreadEtc(entryFunction, userData, threadName,
|
D | ProcessCallStack.h | 68 String8 threadName; member
|
/system/core/libutils/ |
D | ProcessCallStack.cpp | 192 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()
|
D | Threads.cpp | 80 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()
|