Home | History | Annotate | Download | only in pthreads

Lines Matching defs:depth

61 int depth = 3;
64 int cdepth; /* current depth */
118 depth = atoi(optarg);
119 if (depth <= 0)
161 * Caculate the number of child nodes for a given breadth and depth tree.
251 /* Increase the current depth variable, as the tree is now
361 printf("info_p=%p, cdepth=%d, depth=%d\n", info_p, cdepth,
362 depth);
366 if (cdepth <= depth) {
434 tst_resm(TINFO, "thread %d is a leaf node, depth=%d", my_index,
516 tst_resm(TINFO, "thread %d exiting, depth=%d, status=%d, addr=%p",
547 if ((total = num_nodes(breadth, depth)) > MAXTHREADS) {
657 tst_resm(TINFO, "The sum of tree (breadth %d, depth %d) is %ld",
658 breadth, depth, child_info[0].sum);