Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/examples/standalone/
H A Dsched.c86 #define NUMTHREADS 7 macro
90 int tid[NUMTHREADS]; in sched()
91 int names[NUMTHREADS]; in sched()
97 for (i = 0; i < NUMTHREADS; i++) { in sched()
111 for (i = 0; i < NUMTHREADS; i++) { in sched()
116 printf ("schedtest: Started %d threads\n", NUMTHREADS); in sched()
122 for (i = 0; i < NUMTHREADS; i++) { in sched()