IPnom Home • Manuals • FreeBSD

 FreeBSD Man Pages

Man Sections:Commands (1)System Calls (2)Library Functions (3)Device Drivers (4)File Formats (5)Miscellaneous (7)System Utilities (8)
Keyword Live Search (10 results max):
 Type in part of a command in the search box.
 


pthread_suspend_all_np(3)

NAME

     pthread_suspend_all_np -- suspend all active threads


LIBRARY

     Reentrant C Library (libc_r, -lc_r)
     POSIX Threads Library (libpthread, -lpthread)


SYNOPSIS

     #include <pthread_np.h>

     void
     pthread_suspend_all_np(void);


DESCRIPTION

     The pthread_suspend_all_np() function causes all active threads to be
     suspended.  The only exception is the current thread, the thread that
     called the pthread_suspend_all_np() function.


SEE ALSO

     pthread_resume_all_np(3), pthread_resume_np(3), pthread_suspend_np(3)


AUTHORS

     This manual page was written by Alexey Zelkin <phantom@FreeBSD.org>.

FreeBSD 5.4		       February 13, 2003		   FreeBSD 5.4

SPONSORED LINKS




Man(1) output converted with man2html , sed , awk