Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dtst-spin4.c38 pthread_t thr1, thr2; in do_test() local
54 if (pthread_create (&thr1, NULL, thread_add_one, (void *) &lock) != 0) in do_test()
78 if (pthread_join (thr1, &status) != 0) in do_test()

Completed in 3 milliseconds