Searched refs:thrPool (Results 1 – 1 of 1) sorted by relevance
1729 thread_t *thrPool, thrID; in createDirServerList() local1752 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 …]