EN JA
PTHREAD_RESUME_ALL_NP(3)
PTHREAD_RESUME_ALL_NP(3) FreeBSD Library Functions Manual PTHREAD_RESUME_ALL_NP(3)

NAME

pthread_resume_all_npresume all suspended threads

LIBRARY

POSIX Threads Library (libpthread, -lpthread)

SYNOPSIS

#include < pthread_np.h>

void
pthread_resume_all_np( void);

DESCRIPTION

The pthread_resume_all_np() function causes all active threads to be scanned and resumes those which were previously suspended.

AUTHORS

This manual page was written by Alexey Zelkin <phantom@FreeBSD.org>.
February 13, 2003 FreeBSD