HomeSort by: relevance | last modified time | path
    Searched defs:nothreads (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
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);
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);

Completed in 21 milliseconds