Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0007ce4589a11b0b610072fccde0de400cb67a7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<h2 >upc_global_exit</h2>
<h4>Synopsis</h4>
<pre>
    #include &lt;upc.h&gt;
    void upc_global_exit(int status);
</pre>
<p>
<h4>Description</h4>
<p>
<code>
upc_global_exit() </code>
flushes all I/O, releases all storage, and terminates the
execution for all active threads.

<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>

Back to the top