diff options
Diffstat (limited to 'static/freebsd/man3/pthread_kill.3 4.html')
| -rw-r--r-- | static/freebsd/man3/pthread_kill.3 4.html | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/static/freebsd/man3/pthread_kill.3 4.html b/static/freebsd/man3/pthread_kill.3 4.html deleted file mode 100644 index d3ae0617..00000000 --- a/static/freebsd/man3/pthread_kill.3 4.html +++ /dev/null @@ -1,74 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">PTHREAD_KILL(3)</td> - <td class="head-vol">Library Functions Manual</td> - <td class="head-rtitle">PTHREAD_KILL(3)</td> - </tr> -</table> -<div class="manual-text"> -<section class="Sh"> -<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> -<p class="Pp"><code class="Nm">pthread_kill</code> — - <span class="Nd">send a signal to a specified thread</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="LIBRARY"><a class="permalink" href="#LIBRARY">LIBRARY</a></h1> -<p class="Pp"><span class="Lb">POSIX Threads Library (libpthread, - -lpthread)</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp"><code class="In">#include - <<a class="In">pthread.h</a>></code> - <br/> - <code class="In">#include <<a class="In">signal.h</a>></code></p> -<p class="Pp"><var class="Ft">int</var> - <br/> - <code class="Fn">pthread_kill</code>(<var class="Fa" style="white-space: nowrap;">pthread_t - thread</var>, <var class="Fa" style="white-space: nowrap;">int - sig</var>);</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The - <a class="permalink" href="#pthread_kill"><code class="Fn" id="pthread_kill">pthread_kill</code></a>() - function sends a signal, specified by <var class="Fa">sig</var>, to a - thread, specified by <var class="Fa">thread</var>. If - <var class="Fa">sig</var> is 0, error checking is performed, but no signal - is actually sent.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN - VALUES</a></h1> -<p class="Pp">If successful, <code class="Fn">pthread_kill</code>() returns 0. - Otherwise, an error number is returned.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="ERRORS"><a class="permalink" href="#ERRORS">ERRORS</a></h1> -<p class="Pp">The <code class="Fn">pthread_kill</code>() function will fail - if:</p> -<dl class="Bl-tag"> - <dt id="ESRCH">[<a class="permalink" href="#ESRCH"><code class="Er">ESRCH</code></a>]</dt> - <dd><var class="Fa">thread</var> is an invalid thread ID.</dd> - <dt id="EINVAL">[<a class="permalink" href="#EINVAL"><code class="Er">EINVAL</code></a>]</dt> - <dd><var class="Fa">sig</var> is an invalid or unsupported signal number.</dd> -</dl> -</section> -<section class="Sh"> -<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE - ALSO</a></h1> -<p class="Pp"><a class="Xr">kill(2)</a>, <a class="Xr">pthread_self(3)</a>, - <a class="Xr">raise(3)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="STANDARDS"><a class="permalink" href="#STANDARDS">STANDARDS</a></h1> -<p class="Pp">The <code class="Fn">pthread_kill</code>() function conforms to - <span class="St">ISO/IEC 9945-1:1996 (“POSIX.1”)</span></p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">April 27, 2000</td> - <td class="foot-os">FreeBSD 15.0</td> - </tr> -</table> |
