PTHREAD_RESUME_ALL_... FreeBSD Library Functions Manual PTHREAD_RESUME_ALL_...
pthread_resume_all_np -- resume all suspended threads
Reentrant C Library (libc_r, -lc_r)
#include <pthread_np.h>
void
pthread_resume_all_np(void);
The pthread_resume_all_np() function causes all active threads to be
scanned and resumes those which were previously suspended.
pthread_attr_setcreatesuspend_np(3), pthread_resume_np(3),
pthread_suspend_all_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 ] |