Searched refs:thrPool (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c1728 thread_t *thrPool, thrID; local
1751 thrPool = calloc(srvListLength, sizeof (thread_t));
1752 if (thrPool == NULL) {
1761 free(thrPool);
1772 free(thrPool);
1814 thrPool[i] = thrID;
1820 if (thrPool[i] != 0 &&
1821 thr_join(thrPool[i], NULL, &status) == 0) {
1836 free(thrPool);
2392 thread_t *thrPool, thrI local
[all...]

Completed in 60 milliseconds