Home
last modified time | relevance | path

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

/netbsd-src/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()