Lines Matching defs:thrPool
1728 thread_t *thrPool, thrID;
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, thrID;
2410 thrPool = calloc(srvListLength, sizeof (thread_t));
2411 if (thrPool == NULL) {
2443 thrPool[i] = thrID;
2452 if (thrPool[i] != 0 &&
2453 thr_join(thrPool[i], NULL, &status) == 0) {
2465 free(thrPool);