pthread_cancel.3 (d8a7868820265181ac2d938dcbcc10c3f199d583) pthread_cancel.3 (096841eceb6f1e33621f6688cd52239f87d99c31)
1.\" $FreeBSD$
2.Dd January 17, 1999
3.Dt PTHREAD_CANCEL 3
4.Os
5.Sh NAME
6.Nm pthread_cancel
7.Nd cancel execution of a thread
8.Sh LIBRARY

--- 54 unchanged lines hidden (view full) ---

63.Xr pthread_cleanup_push 3 ,
64.Xr pthread_exit 3 ,
65.Xr pthread_join 3 ,
66.Xr pthread_setcancelstate 3 ,
67.Xr pthread_setcanceltype 3 ,
68.Xr pthread_testcancel 3
69.Sh STANDARDS
70.Fn pthread_cancel
1.\" $FreeBSD$
2.Dd January 17, 1999
3.Dt PTHREAD_CANCEL 3
4.Os
5.Sh NAME
6.Nm pthread_cancel
7.Nd cancel execution of a thread
8.Sh LIBRARY

--- 54 unchanged lines hidden (view full) ---

63.Xr pthread_cleanup_push 3 ,
64.Xr pthread_exit 3 ,
65.Xr pthread_join 3 ,
66.Xr pthread_setcancelstate 3 ,
67.Xr pthread_setcanceltype 3 ,
68.Xr pthread_testcancel 3
69.Sh STANDARDS
70.Fn pthread_cancel
71conforms to ISO/IEC 9945-1 ANSI/IEEE
72.Pq Dq Tn POSIX
73Std 1003.1 Second Edition 1996-07-12.
71conforms to
72.St -p1003.1-96 .
74.Sh AUTHORS
75This man page was written by
76.An David Leonard Aq d@openbsd.org
77for the
78.Ox
79implementation of
80.Fn pthread_cancel .
73.Sh AUTHORS
74This man page was written by
75.An David Leonard Aq d@openbsd.org
76for the
77.Ox
78implementation of
79.Fn pthread_cancel .