diff options
| author | John Polstra <jdp@FreeBSD.org> | 2003-04-20 01:53:13 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 2003-04-20 01:53:13 +0000 |
| commit | 8c0d4b5f924e234b6742a3f12e4460c9b1c61fa2 (patch) | |
| tree | 4228adc225ae50b5321485522c03b3f248d198bc /include/pthread.h | |
| parent | d1fc2022c3050661ade8d1b96e598c38b436b458 (diff) | |
Notes
Diffstat (limited to 'include/pthread.h')
| -rw-r--r-- | include/pthread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pthread.h b/include/pthread.h index 647e70283dc0..2ac07e0cc295 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 |
