blob: b889f97addfc3509a5b05125596f0a39ec07b7ef [file] [log] [blame]
<h2><code><code>shared</code></code> keyword</h2>
<h4>Description</h4>
<p>
<code>shared</code> indicates a variable is shared between threads.
<p>
<pre>
shared int i;
shared [2] int a[200];
strict shared int i;
</pre>
<p>&nbsp;
<p>&nbsp;
<p><a href="terms.html">Terms, definitions, and symbols</a><br>
<p><a href="index.html">Back to index of all UPC functions</a>