Newer
Older
UbixOS / doc / html / structubthread__cond__list__coll__graph.dot
digraph "ubthread_cond_list"
{
 // LATEX_PDF_SIZE
  edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
  node [fontname="Helvetica",fontsize="10",shape=record];
  Node1 [label="{ubthread_cond_list\n||}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip=" "];
  Node1 -> Node1 [color="grey25",fontsize="10",style="solid",label=" +next" ,arrowhead="odiamond",fontname="Helvetica"];
  Node2 -> Node1 [color="grey25",fontsize="10",style="solid",label=" +cond" ,arrowhead="odiamond",fontname="Helvetica"];
  Node2 [label="{ubthread_cond\n|+ id\l+ lock\l|}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structubthread__cond.html",tooltip=" "];
}