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

NAME

pthread_suspend_all_npsuspend all active threads

LIBRARY

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.

AUTHORS

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