Home
last modified time | relevance | path

Searched refs:thr2 (Results 1 – 1 of 1) sorted by relevance

/sysdeps/pthread/
A Dtst-spin4.c38 pthread_t thr1, thr2; in do_test() local
60 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