summaryrefslogtreecommitdiff
path: root/include/pthread_np.h
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2002-05-24 04:33:07 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2002-05-24 04:33:07 +0000
commit9de68a9f4cd4bbdbe730cdfe126276ee72a4e8e0 (patch)
treead17be9cc9b40d96ded3baf402da9d7fcfaca41c /include/pthread_np.h
parent5eb8d1f0b06897d05898ed3ba684d8860f9bef97 (diff)
downloadsrc-test2-9de68a9f4cd4bbdbe730cdfe126276ee72a4e8e0.tar.gz
src-test2-9de68a9f4cd4bbdbe730cdfe126276ee72a4e8e0.zip
Notes
Diffstat (limited to 'include/pthread_np.h')
-rw-r--r--include/pthread_np.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pthread_np.h b/include/pthread_np.h
index 54effc7046a5..9b0462eb60ea 100644
--- a/include/pthread_np.h
+++ b/include/pthread_np.h
@@ -45,8 +45,10 @@ typedef void (*pthread_switch_routine_t)(pthread_t, pthread_t);
__BEGIN_DECLS
int pthread_attr_setcreatesuspend_np(pthread_attr_t *);
int pthread_multi_np(void);
+int pthread_resume_all_np(void);
int pthread_resume_np(pthread_t);
int pthread_single_np(void);
+int pthread_suspend_all_np(void);
int pthread_suspend_np(pthread_t);
int pthread_mutexattr_getkind_np(pthread_mutexattr_t);
int pthread_mutexattr_setkind_np(pthread_mutexattr_t *, int);