cvs commit: src/lib/libpthread/thread thr_create.c thr_exit.c
thr_init.c thr_kern.c thr_private.h
Daniel Eischen
deischen at FreeBSD.org
Sat Aug 7 08:15:39 PDT 2004
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
More information about the cvs-src
mailing list