Lines Matching refs:thread
25 * The main thread:
37 * - Wakes up thread at priority 10 (T1) by executing:
46 * else the process continues with other threads. The thread T1 expects
139 tid = (intptr_t) (((struct thread *)arg)->arg);
165 tid = (intptr_t) (((struct thread *)arg)->arg);
188 /*check if we're the last thread */
197 /* Signal next thread */
237 /* start interrupter thread */
278 printf("Signaling first thread\n");
305 printf("Maximum busy thread count(%d), "