Home | History | Annotate | Download | only in dscr

Lines Matching defs:thread

23 	unsigned long thread = (unsigned long)in;
46 fprintf(stderr, "thread %ld kernel DSCR should be %ld "
47 "but is %ld\n", thread, d, cur_dscr);
48 result[thread] = 1;
49 pthread_exit(&result[thread]);
53 fprintf(stderr, "thread %ld user DSCR should be %ld "
54 "but is %ld\n", thread, d, cur_dscr_usr);
55 result[thread] = 1;
56 pthread_exit(&result[thread]);
59 result[thread] = 0;
60 pthread_exit(&result[thread]);
104 /* Individual testing thread exit status */
112 printf("%ldth thread failed to join with %ld status\n",