diff options
Diffstat (limited to 'static/freebsd/man3/pthread_suspend_all_np.3 4.html')
| -rw-r--r-- | static/freebsd/man3/pthread_suspend_all_np.3 4.html | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/static/freebsd/man3/pthread_suspend_all_np.3 4.html b/static/freebsd/man3/pthread_suspend_all_np.3 4.html deleted file mode 100644 index ae0af02c..00000000 --- a/static/freebsd/man3/pthread_suspend_all_np.3 4.html +++ /dev/null @@ -1,61 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">PTHREAD_SUSPEND_ALL_NP(3)</td> - <td class="head-vol">Library Functions Manual</td> - <td class="head-rtitle">PTHREAD_SUSPEND_ALL_NP(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_suspend_all_np</code> — - <span class="Nd">suspend all active threads</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_np.h</a>></code></p> -<p class="Pp"><var class="Ft">void</var> - <br/> - <code class="Fn">pthread_suspend_all_np</code>(<var class="Fa" style="white-space: nowrap;">void</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_suspend_all_np"><code class="Fn" id="pthread_suspend_all_np">pthread_suspend_all_np</code></a>() - function causes all active threads to be suspended. The only exception is - the current thread, the thread that called the - <code class="Fn">pthread_suspend_all_np</code>() function.</p> -<p class="Pp" id="pthread_suspend_all_np~2">It is not safe for the caller of the - <a class="permalink" href="#pthread_suspend_all_np~2"><code class="Fn">pthread_suspend_all_np</code></a>() - function to use any non-async signal safe functions, besides - <a class="Xr">pthread_resume_all_np(3)</a>, until threads are resumed, - unless measures are taken to ensure that all threads are suspended at safe - points.</p> -</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">pthread_np(3)</a>, - <a class="Xr">pthread_resume_all_np(3)</a>, - <a class="Xr">pthread_resume_np(3)</a>, - <a class="Xr">pthread_suspend_np(3)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> -<p class="Pp">This manual page was written by <span class="An">Alexey - Zelkin</span> - <<a class="Mt" href="mailto:phantom@FreeBSD.org">phantom@FreeBSD.org</a>>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">October 12, 2021</td> - <td class="foot-os">FreeBSD 15.0</td> - </tr> -</table> |
