summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/dot/clone-interleave-1.dot
blob: 4eeaa6953f685260469f3def5ca6b9c49e17bfad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
 digraph "g" {
"child-1:0_start_0 pcmk-2" -> "child-2:0_start_0 pcmk-2" [ style = bold]
"child-1:0_start_0 pcmk-2" -> "clone-1_running_0" [ style = bold]
"child-1:0_start_0 pcmk-2" [ style=bold color="green" fontcolor="black"]
"child-1:1_start_0 pcmk-3" -> "child-2:1_start_0 pcmk-3" [ style = bold]
"child-1:1_start_0 pcmk-3" -> "clone-1_running_0" [ style = bold]
"child-1:1_start_0 pcmk-3" [ style=bold color="green" fontcolor="black"]
"child-1:2_start_0 pcmk-1" -> "child-2:2_start_0 <none>" [ style = dashed]
"child-1:2_start_0 pcmk-1" -> "clone-1_running_0" [ style = bold]
"child-1:2_start_0 pcmk-1" [ style=bold color="green" fontcolor="black"]
"child-2:0_start_0 pcmk-2" -> "child-3:0_start_0 pcmk-1" [ style = dashed]
"child-2:0_start_0 pcmk-2" -> "child-3:1_start_0 pcmk-2" [ style = bold]
"child-2:0_start_0 pcmk-2" -> "clone-2_running_0" [ style = bold]
"child-2:0_start_0 pcmk-2" [ style=bold color="green" fontcolor="black"]
"child-2:1_start_0 pcmk-3" -> "child-3:2_start_0 pcmk-3" [ style = bold]
"child-2:1_start_0 pcmk-3" -> "clone-2_running_0" [ style = bold]
"child-2:1_start_0 pcmk-3" [ style=bold color="green" fontcolor="black"]
"child-2:2_start_0 <none>" -> "clone-2_running_0" [ style = dashed]
"child-2:2_start_0 <none>" [ style=dashed color="red" fontcolor="black"]
"child-3:0_start_0 pcmk-1" -> "clone-3_running_0" [ style = dashed]
"child-3:0_start_0 pcmk-1" [ style=dashed color="red" fontcolor="black"]
"child-3:1_start_0 pcmk-2" -> "clone-3_running_0" [ style = bold]
"child-3:1_start_0 pcmk-2" [ style=bold color="green" fontcolor="black"]
"child-3:2_start_0 pcmk-3" -> "clone-3_running_0" [ style = bold]
"child-3:2_start_0 pcmk-3" [ style=bold color="green" fontcolor="black"]
"clone-1_running_0" -> "clone-2_start_0" [ style = bold]
"clone-1_running_0" [ style=bold color="green" fontcolor="orange"]
"clone-1_start_0" -> "child-1:0_start_0 pcmk-2" [ style = bold]
"clone-1_start_0" -> "child-1:1_start_0 pcmk-3" [ style = bold]
"clone-1_start_0" -> "child-1:2_start_0 pcmk-1" [ style = bold]
"clone-1_start_0" -> "clone-1_running_0" [ style = bold]
"clone-1_start_0" [ style=bold color="green" fontcolor="orange"]
"clone-2_running_0" -> "clone-3_start_0" [ style = bold]
"clone-2_running_0" [ style=bold color="green" fontcolor="orange"]
"clone-2_start_0" -> "child-2:0_start_0 pcmk-2" [ style = bold]
"clone-2_start_0" -> "child-2:1_start_0 pcmk-3" [ style = bold]
"clone-2_start_0" -> "clone-2_running_0" [ style = bold]
"clone-2_start_0" [ style=bold color="green" fontcolor="orange"]
"clone-3_running_0" -> "dummy_start_0 pcmk-1" [ style = bold]
"clone-3_running_0" [ style=bold color="green" fontcolor="orange"]
"clone-3_start_0" -> "child-3:0_start_0 pcmk-1" [ style = dashed]
"clone-3_start_0" -> "child-3:1_start_0 pcmk-2" [ style = bold]
"clone-3_start_0" -> "child-3:2_start_0 pcmk-3" [ style = bold]
"clone-3_start_0" -> "clone-3_running_0" [ style = bold]
"clone-3_start_0" [ style=bold color="green" fontcolor="orange"]
"dummy_start_0 pcmk-1" [ style=bold color="green" fontcolor="black"]
}