CURRENT_TEST: unit.waiting_threads
# N CPUs: 4
1..13
ok 1 - thd[0] will wait for thd[1]
ok 2 - thd[0] will wait for thd[2]
ok 3 - thd[0] will wait for thd[3]
ok 4 - timeout test returned 110
ok 5 - thd[0] will wait for thd[1]
ok 6 - thd[1] will wait for thd[2]
ok 7 - thd[2] will wait for thd[0] - deadlock
ok 8 - as always
ok 9 - as always
# timeout_short=1000 us, deadlock_search_depth_short=6
# timeout_long=100 us, deadlock_search_depth_long=16
# kill strategy: LATEST
# Testing waiting_threads with 30 threads, 60 iterations... 
ok 10 - tested waiting_threads in 31.1026 secs (0)
# deadlock cycles of length  1:  134    0    19.20 %
# deadlock cycles of length  2:  154    0    41.26 %
# deadlock cycles of length  3:  150    0    62.75 %
# deadlock cycles of length  4:  109    0    78.37 %
# deadlock cycles of length  5:   76    0    89.26 %
# deadlock cycles of length  6:   73    0    99.71 %
# deadlock cycles of length  7:    0    2   100.00 %
# depth exceeded: 645 4
# deadlock waits up to       1 us:     3
# deadlock waits up to      10 us:     7
# deadlock waits up to      22 us:    13
# deadlock waits up to      49 us:    46
# deadlock waits up to     106 us:   142
# deadlock waits up to     232 us:   521
# deadlock waits up to     507 us:   161
# deadlock waits up to  118224 us:    67
# timed out: 144
# successes: 958
# kill strategy: RANDOM
# Testing waiting_threads with 30 threads, 60 iterations... 
