aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2008-02-03 22:38:10 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2008-02-03 22:38:10 +0000
commit5fd410a787914ebad3df474b27908ea2d6444288 (patch)
tree79362381794d659312db4ce0c9cff22878c851bf /include
parent8dbd3d1b6b9591ff6f8af5973ce7735bb17e99ad (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/pthread_np.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pthread_np.h b/include/pthread_np.h
index fdd497030f89..06b2f5fc66c7 100644
--- a/include/pthread_np.h
+++ b/include/pthread_np.h
@@ -53,6 +53,7 @@ int pthread_mutex_getspinloops_np(pthread_mutex_t *mutex, int *count);
int pthread_mutex_setspinloops_np(pthread_mutex_t *mutex, int count);
int pthread_mutex_getyieldloops_np(pthread_mutex_t *mutex, int *count);
int pthread_mutex_setyieldloops_np(pthread_mutex_t *mutex, int count);
+int pthread_mutex_islocked_np(pthread_mutex_t *mutex);
int pthread_single_np(void);
void pthread_suspend_all_np(void);
int pthread_suspend_np(pthread_t);