summaryrefslogtreecommitdiffstats
path: root/include/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pthread.h')
-rw-r--r--include/pthread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pthread.h b/include/pthread.h
index 647e702..2ac07e0 100644
--- a/include/pthread.h
+++ b/include/pthread.h
@@ -288,6 +288,8 @@ int pthread_getschedparam(pthread_t pthread, int *,
struct sched_param *);
int pthread_setschedparam(pthread_t, int,
const struct sched_param *);
+int pthread_getconcurrency(void);
+int pthread_setconcurrency(int);
__END_DECLS
#endif
OpenPOWER on IntegriCloud