cvs commit: src/lib/libthr/thread thr_init.c thr_private.h
thr_stack.c
Joe Marcus Clarke
marcus at FreeBSD.org
Sun Mar 6 07:56:19 GMT 2005
marcus 2005-03-06 07:56:18 UTC
FreeBSD src repository (doc,ports committer)
Modified files:
lib/libthr/thread thr_init.c thr_private.h thr_stack.c
Log:
Increase the default stacksizes:
32-bit 64-bit
main thread 2 MB 4 MB
other threads 1 MB 2 MB
Approved by: mtm
Adapted from: libpthread
Revision Changes Path
1.19 +16 -6 src/lib/libthr/thread/thr_init.c
1.43 +9 -3 src/lib/libthr/thread/thr_private.h
1.5 +6 -6 src/lib/libthr/thread/thr_stack.c
More information about the cvs-src
mailing list