Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c58 static void *resolvloop(void *);
122 resolvloop(void *p) in resolvloop() function
137 if (pthread_create(&self, NULL, resolvloop, nhosts) != 0) in run()
/freebsd/lib/libc/tests/resolv/
H A Dresolv_test.c66 static void *resolvloop(void *);
215 resolvloop(void *p) in resolvloop() function
246 rc = pthread_create(&t, NULL, resolvloop, args); in run()