Home | History | Annotate | Download | only in prio-preempt

Lines Matching full:busy

26  *     - Creates a minimum of (N-1) busy threads at priority starting at
95 printf(" -n# #: number of busy threads\n");
123 /* do some busy work */
149 printf("Busy Thread %d(%d): Running...\n", tid, mypri);
154 /* Busy loop */
157 printf("Busy Thread %d(%d): Exiting\n", tid, mypri);
247 /* start the (N-1) busy threads */
259 printf("Busy threads created!\n");
300 /* Max no. of busy threads should always be less than/equal the no. of cpus
305 printf("Maximum busy thread count(%d), "
315 printf("Busy Threads: %d\n", rt_threads);