Lines Matching full:me
67 int me = (long) vp; local
74 another_thread_local = me;
75 for( i = 0; i <= me; i++ ) {
79 another_thread_local_val[me] = another_thread_local;
80 thread_local_val[ me ] = a_thread_local; /* here we know tls value */
84 fprintf (stderr, "th %d post on sem tell_main failed\n", me);
89 fprintf (stderr, "th %d post on tell main\n", me);
95 fprintf (stderr, "th %d start wait on tell_thread\n", me);
103 fprintf (stderr, "th %d wait tell_thread got EINTR, rewaiting\n", me);
109 fprintf (stderr, "th %d wait on sem tell_thread failed\n", me);
116 fprintf (stderr, "th %d Wait on tell_thread\n", me);