Date: Sat, 7 Aug 2004 15:15:39 +0000 (UTC) From: Daniel Eischen <deischen@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_create.c thr_exit.c thr_init.c thr_kern.c thr_private.h Message-ID: <200408071515.i77FFdbf064893@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2004-08-07 15:15:39 UTC
FreeBSD src repository
Modified files:
lib/libpthread/thread thr_create.c thr_exit.c thr_init.c
thr_kern.c thr_private.h
Log:
Add a way to force 1:1 mode for libpthread. To do this, define
LIBPTHREAD_SYSTEM_SCOPE in the environment.
You can still force libpthread to be built in strictly 1:1 by
adding -DSYSTEM_SCOPE_ONLY to CFLAGS. This is kept for archs
that don't yet support M:N mode.
Requested by: rwatson
Reviewed by: davidxu
Revision Changes Path
1.56 +2 -3 src/lib/libpthread/thread/thr_create.c
1.37 +2 -5 src/lib/libpthread/thread/thr_exit.c
1.64 +9 -5 src/lib/libpthread/thread/thr_init.c
1.109 +27 -29 src/lib/libpthread/thread/thr_kern.c
1.118 +1 -0 src/lib/libpthread/thread/thr_private.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408071515.i77FFdbf064893>
