summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch18.t
blob: b1e086b5e106bcd2b63382806ce5fded5840adf7 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
@c
@c  COPYRIGHT (c) 1988-1998.
@c  On-Line Applications Research Corporation (OAR).
@c  All rights reserved.
@c
@c  $Id$
@c

@chapter Thread Cancellation

@section Thread Cancellation Overview

@subsection Cancelability States

@subsection Cancellation Points

@subsection Thread Cancellation Cleanup Handlers

@subsection Async-Cancel Safety

@section Thread Cancellation Functions

@subsection Canceling Execution of a Thread

@example
pthread_cancel(), Function
@end example

@subsection Setting Cancelability State

@example
pthread_setcancelstate(), Function
pthread_setcanceltype(), Function
pthread_testcancel(), Function
@end example

@subsection Establishing Cancellation Handlers

@example
pthread_cleanup_push(), Function
pthread_cleanup_pop(), Function
@end example

@section Language-Independent Cancellation Functionality

@subsection Requesting Cancellation

@subsection Associating Cleanup Code With Scopes

@subsection Controlling Cancellation Within Scopes

@subsection Defined Cancellation Sequence

@subsection List of Cancellation Points