From 8228548d127dd73439615f45f38f92b8a42bcfed Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 19 Feb 2016 16:00:48 -0600 Subject: Add pthread_getconcurrency() and pthread_setconcurrency() This is the very simple implementation specified by the Open Group for implementations with 1:1 kernel thread to user thread mappings. http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getconcurrency.html updates #2680. --- cpukit/posix/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/posix/Makefile.am') diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am index ed62232b72..12427d5896 100644 --- a/cpukit/posix/Makefile.am +++ b/cpukit/posix/Makefile.am @@ -126,6 +126,7 @@ libposix_a_SOURCES += src/pthreadatfork.c src/pthreadattrdestroy.c \ src/pthreadattrsetstack.c src/pthreadattrsetstacksize.c \ src/pthreadgetattrnp.c \ src/pthreadattrgetguardsize.c src/pthread.c \ + src/pthreadconcurrency.c \ src/pthreadcreate.c src/pthreaddetach.c src/pthreadequal.c \ src/pthreadexit.c src/pthreadgetcpuclockid.c \ src/pthreadgetschedparam.c \ -- cgit v1.2.3