Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-02 | Fix guardsize semantic | Samuel Thibault | |
POSIX says guardsize is in addition to stacksize, not included. * pthread/pt-create.c (__pthread_create_internal): Use setup->guardsize + setup->stacksize as stack allocation size. Do not truncate guardsize to stacksize. * pthread/pt-internal.h (guardsize): Remove comment. * sysdeps/generic/pt-attr-setstacksize.c (pthread_attr_setstacksize): Do not truncate guardsize to stacksize. | |||
2013-10-20 | Drop threadvars entirely | Samuel Thibault | |
2002-10-10 | Import libpthread. | Neal H. Walfield | |