summaryrefslogtreecommitdiffstats
path: root/include/pthread.h
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-04-03 23:55:02 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-04-03 23:55:02 +0000
commita57604e98087e98090d4e0af16a5591b522ae736 (patch)
tree704649389b9c897b51de4f1a92ecc5c2fadcfa9b /include/pthread.h
parent399fdd028a9a2ebb350e57f65ff947c62b461b94 (diff)
downloadFreeBSD-src-a57604e98087e98090d4e0af16a5591b522ae736.zip
FreeBSD-src-a57604e98087e98090d4e0af16a5591b522ae736.tar.gz
Add pthread_condattr_getclock, pthread_condattr_setclock.
Diffstat (limited to 'include/pthread.h')
-rw-r--r--include/pthread.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pthread.h b/include/pthread.h
index 8e4dcfd..0f3b93f 100644
--- a/include/pthread.h
+++ b/include/pthread.h
@@ -225,6 +225,10 @@ void pthread_cleanup_pop(int);
void pthread_cleanup_push(void (*) (void *), void *routine_arg);
int pthread_condattr_destroy(pthread_condattr_t *);
int pthread_condattr_init(pthread_condattr_t *);
+int pthread_condattr_getclock(const pthread_condattr_t *,
+ clockid_t *);
+int pthread_condattr_setclock(pthread_condattr_t *,
+ clockid_t);
int pthread_cond_broadcast(pthread_cond_t *);
int pthread_cond_destroy(pthread_cond_t *);
OpenPOWER on IntegriCloud