Searched refs:NUMTHREADS (Results 1 - 1 of 1) sorted by relevance

/u-boot/examples/standalone/
H A Dsched.c84 #define NUMTHREADS 7 macro
88 int tid[NUMTHREADS];
89 int names[NUMTHREADS];
95 for (i = 0; i < NUMTHREADS; i++) {
109 for (i = 0; i < NUMTHREADS; i++) {
114 printf ("schedtest: Started %d threads\n", NUMTHREADS);
120 for (i = 0; i < NUMTHREADS; i++) {

Completed in 35 milliseconds