Searched refs:cdepth (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/sched/pthreads/ |
D | pth_str01.c | 45 int cdepth; /* current depth */ variable 228 printf("expecting %d nodes\n", num_nodes(breadth, cdepth)); in synchronize_children() 238 if (node_count == num_nodes(breadth, cdepth)) { in synchronize_children() 246 cdepth); in synchronize_children() 249 cdepth++; in synchronize_children() 353 cdepth = 1; in doit() 365 printf("info_p=%p, cdepth=%d, depth=%d\n", info_p, cdepth, in doit() 370 if (cdepth <= depth) { in doit() 378 cdepth); in doit() 408 cdepth); in doit() [all …]
|
D | pth_str03.c | 64 int cdepth; /* current depth */ variable 241 printf("expecting %d nodes\n", num_nodes(breadth, cdepth)); in synchronize_children() 249 if (node_count == num_nodes(breadth, cdepth)) { in synchronize_children() 255 cdepth); in synchronize_children() 258 cdepth++; in synchronize_children() 351 cdepth = 1; in doit() 361 printf("info_p=%p, cdepth=%d, depth=%d\n", info_p, cdepth, in doit() 366 if (cdepth <= depth) { in doit() 371 cdepth); in doit() 393 cdepth); in doit() [all …]
|