Lines Matching defs:cdepth
64 int cdepth; /* current depth */
241 printf("expecting %d nodes\n", num_nodes(breadth, cdepth));
249 if (node_count == num_nodes(breadth, cdepth)) {
254 printf("thread %d doing cdepth++ (%d)\n", my_index,
255 cdepth);
258 cdepth++;
351 cdepth = 1;
361 printf("info_p=%p, cdepth=%d, depth=%d\n", info_p, cdepth,
366 if (cdepth <= depth) {
370 tst_resm(TINFO, "thread %d creating kids, cdepth=%d", my_index,
371 cdepth);
392 printf("thread %d waits on kids, cdepth=%d\n", my_index,
393 cdepth);
435 cdepth);
517 my_index, cdepth, info_p->status, info_p);