|
PTHREAD_SUSPEND_ALL_NP (3) | C library functions | Unix Manual Pages | :man▋
NAME
pthread_suspend_all_np - suspend all active threads
CONTENTS
Library Synopsis Description See Also Authors
LIBRARY
.Lb libc_r .Lb libpthread
SYNOPSIS
.In 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_suspend_np(3)
AUTHORS
|