Lines Matching refs:threads
24 * DESCRIPTION : create a tree of threads does calculations, and
51 pthread_t *threads; /* dynamic array of thread id of kids */
71 pthread_attr_t attr; /* attributes for created threads */
376 pthread_create(&(info_p->threads[child]), &attr,
385 &(info_p->threads[child]));
401 &(info_p->threads[child]));
405 pthread_join((info_p->threads[child]), &status))) {
548 tst_resm(TINFO, "Can't create %d threads; max is %d.",
567 if ((child_info[ind].threads = malloc(breadth * sizeof(pthread_t))) ==
569 perror("malloc threads");
572 memset(child_info[ind].threads, 0x00,