Home
last modified time | relevance | path

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

/resolv/
A Dtst-resolv-res_init-multi.c71 pthread_t threads[thread_count]; in do_test() local
76 threads[i] = xpthread_create (NULL, thread_func, ptype); in do_test()
85 xpthread_join (threads[i]); in do_test()
A Dtst-resolv-threads.c401 pthread_t threads[thread_count]; in do_test() local
413 threads[i] = xpthread_create (NULL, thread_funcs[i], NULL); in do_test()
416 xpthread_join (threads[i]); in do_test()
A DREADME72 to, for example, `gethostbyname' in other threads. Again there
78 these programs, manipulating the _res structure in threads other
82 functions like `gethostbyname' in threads other than the "main"
A DMakefile120 tst-resolv-threads \
264 $(objpfx)tst-resolv-threads: $(objpfx)libresolv.so $(shared-thread-library)

Completed in 9 milliseconds