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

/system/core/include/utils/
H A 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,
H A DProcessCallStack.h68 String8 threadName; member in struct:android::ProcessCallStack::ThreadInfo
/system/core/libutils/
H A DProcessCallStack.cpp192 threadInfo.threadName = getThreadName(tid);
228 const String8& threadName = threadInfo.threadName; local
231 printer.printFormatLine("\"%s\" sysTid=%d", threadName.string(), tid);
H A DThreads.cpp80 char * threadName; member in struct:thread_data_t
88 char * name = t->threadName;
128 const char* threadName __android_unused,
138 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) {
148 t->threadName = threadName ? strdup(threadName) : NULL;
260 const char* /*threadName*/,
295 const char* threadName,
300 return gCreateThreadFn(entryFunction, userData, threadName,
293 androidCreateThreadEtc(android_thread_func_t entryFunction, void *userData, const char* threadName, int32_t threadPriority, size_t threadStackSize, android_thread_id_t *threadId) argument
[all...]

Completed in 802 milliseconds