Lines Matching full:threadname
71 char * threadName;
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,