Searched refs:thread_no (Results 1 – 1 of 1) sorted by relevance
77 uint64_t thread_no = (uint64_t) pthread_getspecific(key); in helloworld_pthread() local82 (int) thread_no, in helloworld_pthread()97 pthread_exit((void *) thread_no); in helloworld_pthread()182 uint64_t thread_no; in initial_lthread() local184 pthread_join(tid[i], (void *) &thread_no); in initial_lthread()185 if (thread_no != i) in initial_lthread()