threads.c | 127 } nothreads[] = { variable in typeref:struct:__anon8cf0df970108[] 171 for (i = 0; i < __arraycount(nothreads); i++) { 172 if (nothreads[i].t_ncmp) { 173 matched = strncmp(thrstore, nothreads[i].t_name, 174 strlen(nothreads[i].t_name)) == 0; 177 nothreads[i].t_name) == 0; 181 "%s not functional\n", nothreads[i].t_name);
|