cvs commit: src/lib/libthread_xu/thread thr_attr.c thr_init.c thr_private.h thr_stack.c

David Xu davidxu at crater.dragonflybsd.org
Mon Feb 21 05:48:15 PST 2005


davidxu     2005/02/21 05:47:21 PST

DragonFly src repository

  Modified files:
    lib/libthread_xu/thread thr_attr.c thr_init.c thr_private.h 
                            thr_stack.c 
  Log:
  Set initial thread's stack to 2M on 32 bits platform, 1M for default stack.
  Double the stack sizes on 64 bits platform.
  
  Revision  Changes    Path
  1.2       +2 -1      src/lib/libthread_xu/thread/thr_attr.c
  1.2       +3 -3      src/lib/libthread_xu/thread/thr_init.c
  1.2       +4 -2      src/lib/libthread_xu/thread/thr_private.h
  1.2       +4 -4      src/lib/libthread_xu/thread/thr_stack.c


http://www.dragonflybsd.org/cvsweb/src/lib/libthread_xu/thread/thr_attr.c.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libthread_xu/thread/thr_init.c.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libthread_xu/thread/thr_private.h.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libthread_xu/thread/thr_stack.c.diff?r1=1.1&r2=1.2&f=u





More information about the Commits mailing list