Home
last modified time | relevance | path

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

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