pthread_cancel.3 (32eef9aeb1f39a1623cea55da147c89abbd5b9a5) | pthread_cancel.3 (6f673fd1c07f7ba1355441f7952d0b68882fe4f8) |
---|---|
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 --- 37 unchanged lines hidden (view full) --- 46.Dv NULL . 47.Sh RETURN VALUES 48If successful, the 49.Fn pthread_cancel 50functions will return zero. 51Otherwise an error number will be returned to 52indicate the error. 53.Sh ERRORS | 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 --- 37 unchanged lines hidden (view full) --- 46.Dv NULL . 47.Sh RETURN VALUES 48If successful, the 49.Fn pthread_cancel 50functions will return zero. 51Otherwise an error number will be returned to 52indicate the error. 53.Sh ERRORS |
54The |
|
54.Fn pthread_cancel | 55.Fn pthread_cancel |
55will fail if: | 56function will fail if: |
56.Bl -tag -width Er 57.It Bq Er ESRCH 58No thread could be found corresponding to that specified by the given 59thread ID. 60.El 61.Sh SEE ALSO 62.Xr pthread_cleanup_pop 3 , 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 | 57.Bl -tag -width Er 58.It Bq Er ESRCH 59No thread could be found corresponding to that specified by the given 60thread ID. 61.El 62.Sh SEE ALSO 63.Xr pthread_cleanup_pop 3 , 64.Xr pthread_cleanup_push 3 , 65.Xr pthread_exit 3 , 66.Xr pthread_join 3 , 67.Xr pthread_setcancelstate 3 , 68.Xr pthread_setcanceltype 3 , 69.Xr pthread_testcancel 3 70.Sh STANDARDS |
71The |
|
70.Fn pthread_cancel | 72.Fn pthread_cancel |
71conforms to | 73function conforms to |
72.St -p1003.1-96 . 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 . | 74.St -p1003.1-96 . 75.Sh AUTHORS 76This man page was written by 77.An David Leonard Aq d@openbsd.org 78for the 79.Ox 80implementation of 81.Fn pthread_cancel . |