pthread_suspend_all_np(3)
NAME
pthread_suspend_all_np - suspend all active threads
LIBRARY
library ``libc_r'' library ``libpthread''
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_sus
- pend_np(3)
AUTHORS
- This manual page was written by Alexey Zelkin <phan
- tom@FreeBSD.org>.
- BSD February 13, 2003