Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dtst-spin4.c8 thread_add_one (void *arg) in thread_add_one() function
54 if (pthread_create (&thr1, NULL, thread_add_one, (void *) &lock) != 0) in do_test()
60 if (pthread_create (&thr2, NULL, thread_add_one, (void *) &lock) != 0) in do_test()

Completed in 3 milliseconds