cvs commit: src/include pthread.h src/lib/libc_r/man Makefile.inc
pthread_getconcurrency.3 src/lib/libc_r/uthread Makefile.inc
uthread_concurrency.c src/lib/libthr/thread Makefile.inc
thr_concurrency.c
John Polstra
jdp at FreeBSD.org
Sat Apr 19 18:53:14 PDT 2003
jdp 2003/04/19 18:53:13 PDT
FreeBSD src repository
Modified files:
include pthread.h
lib/libc_r/man Makefile.inc
lib/libc_r/uthread Makefile.inc
lib/libthr/thread Makefile.inc
Added files:
lib/libc_r/man pthread_getconcurrency.3
lib/libc_r/uthread uthread_concurrency.c
lib/libthr/thread thr_concurrency.c
Log:
Add stub implementations of pthread_[gs]etconcurrency to libc_r and
libthr. No changes were made to libpthread by request of deischen,
who will soon commit a real implementation for that library.
PR: standards/50848
Submitted by: Sergey A. Osokin <osa at freebsd.org.ru>
MFC after: 1 week
Revision Changes Path
1.28 +2 -0 src/include/pthread.h
1.20 +2 -0 src/lib/libc_r/man/Makefile.inc
1.1 +107 -0 src/lib/libc_r/man/pthread_getconcurrency.3 (new)
1.36 +1 -0 src/lib/libc_r/uthread/Makefile.inc
1.1 +60 -0 src/lib/libc_r/uthread/uthread_concurrency.c (new)
1.2 +1 -0 src/lib/libthr/thread/Makefile.inc
1.1 +60 -0 src/lib/libthr/thread/thr_concurrency.c (new)
More information about the cvs-src
mailing list