-
Notifications
You must be signed in to change notification settings - Fork 0
/
atomic_learning.drawio
37 lines (37 loc) · 3.16 KB
/
atomic_learning.drawio
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
<mxfile host="app.diagrams.net" modified="2022-11-20T05:49:45.249Z" agent="5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36" etag="6C2UrTNVgn0Y2jLGs123" version="20.5.3" type="github">
<diagram id="gmtbmKtLPZ76v3ylFHFu" name="Page-1">
<mxGraphModel dx="1278" dy="714" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="q8J-8VuYCJc4ZiJ5CUg9-6" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="q8J-8VuYCJc4ZiJ5CUg9-1" target="q8J-8VuYCJc4ZiJ5CUg9-2">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="q8J-8VuYCJc4ZiJ5CUg9-7" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="q8J-8VuYCJc4ZiJ5CUg9-1" target="q8J-8VuYCJc4ZiJ5CUg9-3">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="q8J-8VuYCJc4ZiJ5CUg9-1" value="operations acting on shared memory" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="360" y="80" width="125" height="60" as="geometry" />
</mxCell>
<mxCell id="q8J-8VuYCJc4ZiJ5CUg9-2" value="non-atomic operations" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="235" y="200" width="125" height="60" as="geometry" />
</mxCell>
<mxCell id="q8J-8VuYCJc4ZiJ5CUg9-8" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="q8J-8VuYCJc4ZiJ5CUg9-3" target="q8J-8VuYCJc4ZiJ5CUg9-4">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="q8J-8VuYCJc4ZiJ5CUg9-9" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="q8J-8VuYCJc4ZiJ5CUg9-3" target="q8J-8VuYCJc4ZiJ5CUg9-5">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="q8J-8VuYCJc4ZiJ5CUg9-3" value="atomic operations" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="485" y="200" width="125" height="60" as="geometry" />
</mxCell>
<mxCell id="q8J-8VuYCJc4ZiJ5CUg9-4" value="load/store" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="360" y="320" width="125" height="60" as="geometry" />
</mxCell>
<mxCell id="q8J-8VuYCJc4ZiJ5CUg9-5" value="RMW" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="610" y="320" width="125" height="60" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>