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.0924 secs (0)
# deadlock cycles of length  1:  146    0    21.13 %
# deadlock cycles of length  2:  149    1    42.84 %
# deadlock cycles of length  3:  137    0    62.66 %
# deadlock cycles of length  4:  110    1    78.73 %
# deadlock cycles of length  5:   79    0    90.16 %
# deadlock cycles of length  6:   64    0    99.42 %
# deadlock cycles of length  7:    0    2    99.71 %
# deadlock cycles of length  8:    0    1    99.86 %
# deadlock cycles of length 16:    0    1   100.00 %
# depth exceeded: 737 2
# deadlock waits up to       1 us:    10
# deadlock waits up to       2 us:     2
# deadlock waits up to       4 us:     5
# deadlock waits up to      10 us:     8
# deadlock waits up to      22 us:    22
# deadlock waits up to      49 us:    57
# deadlock waits up to     106 us:   182
# deadlock waits up to     232 us:   473
# deadlock waits up to     507 us:   115
# deadlock waits up to    1105 us:     2
# deadlock waits up to  118224 us:    98
# timed out: 141
# successes: 968
# kill strategy: RANDOM
# Testing waiting_threads with 30 threads, 60 iterations... 
