BilimEdtech Labs
Labs:
Cloud Computing Labs
NASM Assembly Code
C Programming
Operating Systems
C System Calls: Overview
1. Computer Boot Sequence
2. Simple IO in C
3. C Fundamentals
4. Reading a File using System Calls
5. Writing to a File using System Calls
6: Creating a Process in C
7: Terminating a Process in C
Lab 7: Overview
7.1. Terminating a Process Forcefully
7.2. Getting the Exit Code
7.3. Waiting for the Process to Exit
8: Deleting a File using System Calls
Reference Guides
Workshops:
Workshops
BilimEdtech Labs
»
Operating Systems
»
7: Terminating a Process in C
View page source
7: Terminating a Process in C
Table of Contents
Lab 7: Overview
Lab 7 Resources
Goals for Lab 7
7.1. Terminating a Process Forcefully
TerminateProcess() Template Code
7.1.1. Task: Error Handling
7.1.2. Task: Terminate Process
7.2. Getting the Exit Code
7.2.1. Terminate with an Exit Code
7.2.2. Get the Exit Code
7.3. Waiting for the Process to Exit
7.3.1. Create a Command-Line Child Process
7.3.2. Wait for the Process to Exit
7.3.3. Send Termination Signal Ctrl C