Searched refs:thr2 (Results 1 – 1 of 1) sorted by relevance
38 pthread_t thr1, thr2; in do_test() local60 if (pthread_create (&thr2, NULL, thread_add_one, (void *) &lock) != 0) in do_test()88 if (pthread_join (thr2, &status) != 0) in do_test()
Completed in 3 milliseconds