pthread_cancel.3 (5203edcdc553fda6caa1da8826a89b1a02dad1bf) pthread_cancel.3 (a1601503f549bdb2a48ba8dea2915f2943c9fb7e)
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

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

70.Xr pthread_setcanceltype 3 ,
71.Xr pthread_testcancel 3
72.Sh STANDARDS
73The
74.Fn pthread_cancel
75function conforms to
76.St -p1003.1-96 .
77.Sh AUTHORS
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

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

70.Xr pthread_setcanceltype 3 ,
71.Xr pthread_testcancel 3
72.Sh STANDARDS
73The
74.Fn pthread_cancel
75function conforms to
76.St -p1003.1-96 .
77.Sh AUTHORS
78This man page was written by
78This manual page was written by
79.An David Leonard Aq d@openbsd.org
80for the
81.Ox
82implementation of
83.Fn pthread_cancel .
79.An David Leonard Aq d@openbsd.org
80for the
81.Ox
82implementation of
83.Fn pthread_cancel .