Searched refs:threads (Results 1 – 4 of 4) sorted by relevance
71 pthread_t threads[thread_count]; in do_test() local76 threads[i] = xpthread_create (NULL, thread_func, ptype); in do_test()85 xpthread_join (threads[i]); in do_test()
401 pthread_t threads[thread_count]; in do_test() local413 threads[i] = xpthread_create (NULL, thread_funcs[i], NULL); in do_test()416 xpthread_join (threads[i]); in do_test()
72 to, for example, `gethostbyname' in other threads. Again there78 these programs, manipulating the _res structure in threads other82 functions like `gethostbyname' in threads other than the "main"
120 tst-resolv-threads \264 $(objpfx)tst-resolv-threads: $(objpfx)libresolv.so $(shared-thread-library)
Completed in 9 milliseconds