Lines Matching defs:cdepth
45 int cdepth; /* current depth */
228 printf("expecting %d nodes\n", num_nodes(breadth, cdepth));
238 if (node_count == num_nodes(breadth, cdepth)) {
245 printf("thread %d doing cdepth++ (%d)\n", my_index,
246 cdepth);
249 cdepth++;
353 cdepth = 1;
365 printf("info_p=%p, cdepth=%d, depth=%d\n", info_p, cdepth,
370 if (cdepth <= depth) {
377 tst_resm(TINFO, "thread %d creating kids, cdepth=%d", my_index,
378 cdepth);
407 printf("thread %d waits on kids, cdepth=%d\n", my_index,
408 cdepth);
446 cdepth);
536 my_index, cdepth, info_p->status, info_p);