|
NAMEpthread_suspend_np —
suspend a thread
LIBRARYPOSIX Threads Library (libpthread, -lpthread)SYNOPSIS#include <pthread_np.h>
int
DESCRIPTIONThepthread_suspend_np () function, called on an active
thread, causes it to suspend.
It is not safe for the caller of the
RETURN VALUESIf successful,pthread_suspend_np () function returns 0.
Otherwise, an error number is returned to indicate the error.
ERRORSThepthread_suspend_np () function will fail if:
SEE ALSOpthread_np(3), pthread_resume_all_np(3), pthread_resume_np(3), pthread_suspend_all_np(3)AUTHORSThis manual page was written by Alexey Zelkin <phantom@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |