Home
last modified time | relevance | path

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

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