<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to F$Exit</title><link>https://sourceforge.net/p/nitros9/wiki/F%2524Exit/</link><description>Recent changes to F$Exit</description><atom:link href="https://sourceforge.net/p/nitros9/wiki/F$Exit/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 27 Jun 2014 23:18:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/nitros9/wiki/F$Exit/feed" rel="self" type="application/rss+xml"/><item><title>F$Exit modified by Lothan</title><link>https://sourceforge.net/p/nitros9/wiki/F%2524Exit/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;Exit&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Terminates the calling process&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;OS9 F$Exit 103F 06&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Entry Conditions&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;B &lt;em&gt;status code to return to the parent process&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Exit Conditions&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The process is terminated. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Additional Information&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The Exit system call is the only way a process can terminate itself. Exit deallocates the process’s data memory area and unlinks the process’s primary module. It also closes all open paths automatically. &lt;/li&gt;
&lt;li&gt;The Wait system call always returns to the parent the status code passed by the child in its Exit call. Therefore, if the parent executes a Wait and receives the status code, it knows the child has died. &lt;/li&gt;
&lt;li&gt;Exit unlinks only the primary module. Unlink any module that is loaded or linked to by the process before calling Exit. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;krnp2&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lothan</dc:creator><pubDate>Fri, 27 Jun 2014 23:18:32 -0000</pubDate><guid>https://sourceforge.netf05d0148b2f5440fbe49e882c4e916dbaa5f3f4f</guid></item></channel></rss>