Home | History | Annotate | Download | only in pthreads

Lines Matching defs:depth

42 int depth = 3;
45 int cdepth; /* current depth */
99 depth = atoi(optarg);
100 if (depth <= 0)
142 * Caculate the number of child nodes for a given breadth and depth tree.
241 * Increase the current depth variable, as the tree is now
365 printf("info_p=%p, cdepth=%d, depth=%d\n", info_p, cdepth,
366 depth);
370 if (cdepth <= depth) {
445 tst_resm(TINFO, "thread %d is a leaf node, depth=%d", my_index,
535 tst_resm(TINFO, "thread %d exiting, depth=%d, status=%d, addr=%p",
573 total = num_nodes(breadth, depth);