Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c1729 thread_t *thrPool, thrID; in createDirServerList() local
1752 thrPool = calloc(srvListLength, sizeof (thread_t)); in createDirServerList()
1753 if (thrPool == NULL) { in createDirServerList()
1762 free(thrPool); in createDirServerList()
1773 free(thrPool); in createDirServerList()
1815 thrPool[i] = thrID; in createDirServerList()
1821 if (thrPool[i] != 0 && in createDirServerList()
1822 thr_join(thrPool[i], NULL, &status) == 0) { in createDirServerList()
1837 free(thrPool); in createDirServerList()
2393 thread_t *thrPool, thrID; in __ns_ldap_pingOfflineServers() local
[all …]