summaryrefslogtreecommitdiffstats
path: root/include/pthread_np.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-02-06 19:34:31 +0000
committerdes <des@FreeBSD.org>2008-02-06 19:34:31 +0000
commit053e111aba84ada09f70f80614154a280b2db00c (patch)
treedd5d7d4b02ae99df396ffa521f9e516d6102705c /include/pthread_np.h
parent4f805c301803b9c6c5fd5c21e05e5251589f8985 (diff)
downloadFreeBSD-src-053e111aba84ada09f70f80614154a280b2db00c.zip
FreeBSD-src-053e111aba84ada09f70f80614154a280b2db00c.tar.gz
Per discussion on -threads, rename _islocked_np() to _isowned_np().
Diffstat (limited to 'include/pthread_np.h')
-rw-r--r--include/pthread_np.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pthread_np.h b/include/pthread_np.h
index 06b2f5f..504c83b 100644
--- a/include/pthread_np.h
+++ b/include/pthread_np.h
@@ -53,7 +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_mutex_isowned_np(pthread_mutex_t *mutex);
int pthread_single_np(void);
void pthread_suspend_all_np(void);
int pthread_suspend_np(pthread_t);
OpenPOWER on IntegriCloud