Searched refs:thr (Results 1 – 2 of 2) sorted by relevance
54 pthread_t thr; in do_test() local55 int ret = pthread_create (&thr, NULL, non_main_thread, NULL); in do_test()61 pthread_join (thr, NULL); in do_test()
29 __thread int thr; variable55 if (i != othervar || thr != 94) in cf()57 printf ("i %d thr %d\n", i, thr); in cf()96 thr = 94; in do_test()
Completed in 5 milliseconds