Lines Matching full:sec
25 * - 0.0 sec: thread_05, thread_06, thread_07, thread_08, thread_09, sleep
27 * - 0.0 sec: thread_11 sleeps
28 * - 0.5 sec: thread_09 wakes and waits on mutex_1
29 * - 1.0 sec: main thread (@ priority 9) takes mutex_2 then sleeps
30 * - 1.5 sec: thread_08 wakes and waits on mutex_2
31 * - 2.0 sec: main thread (@ priority 8) takes mutex_3 then sleeps
32 * - 2.5 sec: thread_07 wakes and waits on mutex_3
33 * - 3.0 sec: main thread (@ priority 7) takes mutex_4 then sleeps
34 * - 3.5 sec: thread_05 wakes and waits on mutex_4
35 * - 3.5 sec: thread_11 wakes and waits on mutex_3
36 * - 3.75 sec: thread_06 wakes and waits on mutex_4
37 * - 4.0 sec: main thread wakes (@ priority 5) then sleeps
38 * - 4.5 sec: thread_05 times out
39 * - 5.0 sec: main thread wakes (@ priority 6) then gives mutex_4
41 * - 5.5 sec: thread_07 times out on mutex_3
42 * - 6.0 sec: main thread (@ priority 8) gives mutex_3