PTHREAD_SUSPEND_ALL... FreeBSD Library Functions Manual PTHREAD_SUSPEND_ALL...
pthread_suspend_all_np -- suspend all active threads
Reentrant C Library (libc_r, -lc_r)
#include <pthread_np.h>
void
pthread_suspend_all_np(void);
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.
pthread_resume_all_np(3), pthread_resume_np(3), pthread_suspend_np(3)
This manual page was written by Alexey Zelkin <[email protected]>.
FreeBSD 5.2.1 February 13, 2003 FreeBSD 5.2.1 [ Back ] |