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

/system/core/include/utils/
H A 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,
H A DProcessCallStack.h68 String8 threadName; member in struct:android::ProcessCallStack::ThreadInfo
/system/core/libutils/include/utils/
H A 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,
H A DProcessCallStack.h68 String8 threadName; member in struct:android::ProcessCallStack::ThreadInfo
/system/core/libutils/
H A DThreads.cpp71 char * threadName; member in struct:thread_data_t
79 char * name = t->threadName;
119 const char* threadName __android_unused,
129 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) {
139 t->threadName = threadName ? strdup(threadName) : NULL;
251 const char* /*threadName*/,
284 const char* threadName,
289 return gCreateThreadFn(entryFunction, userData, threadName,
282 androidCreateThreadEtc(android_thread_func_t entryFunction, void *userData, const char* threadName, int32_t threadPriority, size_t threadStackSize, android_thread_id_t *threadId) argument
[all...]
H A DProcessCallStack.cpp185 threadInfo.threadName = getThreadName(tid);
214 const String8& threadName = threadInfo.threadName; local
217 printer.printFormatLine("\"%s\" sysTid=%d", threadName.string(), tid);
/system/chre/platform/slpi/
H A Dinit.cc175 char threadName[] = "CHRE"; local
179 qurt_thread_attr_set_name(&attributes, threadName);

Completed in 560 milliseconds