thr_kill.2 (8269e7673cf033aba67dab8264fe719920c70f87) | thr_kill.2 (6e1fc0118033f42b7c0d3623c8f67a89ebecabb2) |
---|---|
1.\" Copyright (c) 2016 The FreeBSD Foundation, Inc. 2.\" 3.\" This documentation was written by 4.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship 5.\" from the FreeBSD Foundation. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 95 unchanged lines hidden (view full) --- 104.Fn thr_kill2 105may return the following errors: 106.Bl -tag -width Er 107.It Bq Er EPERM 108The current process does not have sufficient privilege to check existence or 109send a signal to the specified process. 110.El 111.Sh SEE ALSO | 1.\" Copyright (c) 2016 The FreeBSD Foundation, Inc. 2.\" 3.\" This documentation was written by 4.\" Konstantin Belousov <kib@FreeBSD.org> under sponsorship 5.\" from the FreeBSD Foundation. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 95 unchanged lines hidden (view full) --- 104.Fn thr_kill2 105may return the following errors: 106.Bl -tag -width Er 107.It Bq Er EPERM 108The current process does not have sufficient privilege to check existence or 109send a signal to the specified process. 110.El 111.Sh SEE ALSO |
112.Xr _umtx_op 2 , |
|
112.Xr kill 2 , 113.Xr thr_exit 2 , 114.Xr thr_new 2 , 115.Xr thr_self 2 , 116.Xr thr_set_name 2 , | 113.Xr kill 2 , 114.Xr thr_exit 2 , 115.Xr thr_new 2 , 116.Xr thr_self 2 , 117.Xr thr_set_name 2 , |
117.Xr _umtx_op 2 , | |
118.Xr pthread_kill 3 , 119.Xr signal 3 120.Sh STANDARDS 121The 122.Fn thr_kill 123and 124.Fn thr_kill2 125system calls are non-standard and are used by the --- 12 unchanged lines hidden --- | 118.Xr pthread_kill 3 , 119.Xr signal 3 120.Sh STANDARDS 121The 122.Fn thr_kill 123and 124.Fn thr_kill2 125system calls are non-standard and are used by the --- 12 unchanged lines hidden --- |