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