Home | History | Annotate | Download | only in jni

Lines Matching refs:threadName

924 static int javaAttachThread(const char* threadName, JNIEnv** pEnv)
934 args.name = (char*) threadName;
939 ALOGI("NOTE: attach of thread '%s' failed\n", threadName);
998 const char* threadName,
1006 assert(threadName != NULL);
1010 args[2] = (void*) strdup(threadName); // javaThreadShell must free
1013 threadName, threadPriority, threadStackSize, threadId);