diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-02-03 22:38:10 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-02-03 22:38:10 +0000 |
| commit | 5fd410a787914ebad3df474b27908ea2d6444288 (patch) | |
| tree | 79362381794d659312db4ce0c9cff22878c851bf /include | |
| parent | 8dbd3d1b6b9591ff6f8af5973ce7735bb17e99ad (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/pthread_np.h | 1 |
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); |
