View | Details | Raw Unified | Return to bug 31745
Collapse All | Expand All

(-)pthread_testcancel.3 (-2 / +10 lines)
Lines 23-29 Link Here
23
function atomically both sets the calling thread's cancelability state
23
function atomically both sets the calling thread's cancelability state
24
to the indicated
24
to the indicated
25
.Fa state
25
.Fa state
26
and returns the previous cancelability state at the location referenced by
26
and, if
27
.Fa oldstate
28
is not
29
.Dv NULL ,
30
returns the previous cancelability state at the location referenced by
27
.Fa oldstate .
31
.Fa oldstate .
28
Legal values for
32
Legal values for
29
.Fa state
33
.Fa state
Lines 37-43 Link Here
37
function atomically both sets the calling thread's cancelability type
41
function atomically both sets the calling thread's cancelability type
38
to the indicated
42
to the indicated
39
.Fa type
43
.Fa type
40
and returns the previous cancelability type at the location referenced by
44
and, if
45
.Fa oldtype
46
is not
47
.Dv NULL ,
48
returns the previous cancelability type at the location referenced by
41
.Fa oldtype .
49
.Fa oldtype .
42
Legal values for
50
Legal values for
43
.Fa type
51
.Fa type

Return to bug 31745