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

/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/
H A DProcessCallStack.cpp192 threadInfo.threadName = getThreadName(tid);
227 const String8& threadName = threadInfo.threadName; local
230 printer.printFormatLine("\"%s\" sysTid=%d", threadName.string(), tid);
H A DThreads.cpp78 char * threadName; member in struct:thread_data_t
86 char * name = t->threadName;
126 const char* threadName __android_unused,
136 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) {
146 t->threadName = threadName ? strdup(threadName) : NULL;
258 const char* /*threadName*/,
291 const char* threadName,
296 return gCreateThreadFn(entryFunction, userData, threadName,
289 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 175 milliseconds