Set initial thread's stack to 2M on 32 bits platform, 1M for default stack.
authorDavid Xu <davidxu@dragonflybsd.org>
Mon, 21 Feb 2005 13:47:21 +0000 (13:47 +0000)
committerDavid Xu <davidxu@dragonflybsd.org>
Mon, 21 Feb 2005 13:47:21 +0000 (13:47 +0000)
commiteddabc992697f5f22d5596980ca5b7f9cec39702
tree9d94b284c0e20e1bab273caa2b3aebc909706847
parent960dc1b53629a7b08f1a8d327f4837a14c015e59
Set initial thread's stack to 2M on 32 bits platform, 1M for default stack.
Double the stack sizes on 64 bits platform.
lib/libthread_xu/thread/thr_attr.c
lib/libthread_xu/thread/thr_init.c
lib/libthread_xu/thread/thr_private.h
lib/libthread_xu/thread/thr_stack.c