|
Helping ordinary people create extraordinary websites! |
Port Windows IPC Apps to Linux, Part 1: Processes and ThreadsBy Srinivasan S. Muthuswamy, Kavitha Varadarajan2005-06-16
Exiting a process Exiting a process means a graceful exiting of the process with a proper cleanup. In Windows, you use ExitProcess() to perform this operation.
The Linux equivalent for The Tutorial Pages: » A mapping guide for complex, multithreaded, multiprocess applications » Processes » Creating a process » Terminating a process » Using wait functions » Exiting a process » Environment variables » Examples » Threads » Examples of processes and threads » Next in the series » Resources First published by IBM DeveloperWorks
|
|