Searched refs:pthd_results (Results 1 – 1 of 1) sorted by relevance
15 int *pthd_results; member131 t->pthd_results = malloc(batch_sz * sizeof(*t->pthd_results)); in setup()132 if (!t->pthd_results) { in setup()177 int *pthd_results = t->pthd_results; in task_producer() local182 pthd_results[i] = pthread_create(&pthds[i], NULL, thread_func, NULL); in task_producer()183 if (pthd_results[i]) in task_producer()188 if (!pthd_results[i]) in task_producer()