summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch03.t
blob: 4055267a5d6fd30c81cd4bc141b2ab18de9ba4b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@c
@c  COPYRIGHT (c) 1988-1998.
@c  On-Line Applications Research Corporation (OAR).
@c  All rights reserved.
@c
@c  $Id$
@c

@chapter Process Primitives
@section Process Creation and Execution
@subsection Process Creation
@subsection Execute a File
@subsection Register Fork Handlers
@section Process Termination
@subsection Wait for Process Termination
@subsection Terminate a Process
@section Signals
@subsection Signal Concepts
@subsection Send a Signal to a Process
@subsection Manipulate Signal Sets
@subsection Examine and Change Signal Action
@subsection Examine and Change Blocked Signals
@subsection Examine Pending Signals
@subsection Wait for a Signal
@subsection Synchronously Accept a Signal
@subsection Queue a Signal to a Process
@subsection Send a Signal to a Thread
@section Timer Operations
@subsection Schedule Alarm
@subsection Suspend Process Execution
@subsection Delay Process Execution