Home | History | Annotate | Download | only in utils

Lines Matching defs:threadName

89     char *          threadName;
97 char * name = t->threadName;
138 const char* threadName,
148 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) {
158 t->threadName = threadName ? strdup(threadName) : NULL;
270 const char* threadName,
305 const char* threadName,
310 return gCreateThreadFn(entryFunction, userData, threadName,