aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_setattr_default_np.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-05-11nptl: Move pthread_setattr_default_np into libcFlorian Weimer1-2/+8
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-06-02nptl: Destroy the default thread attribute as part of freeresFlorian Weimer1-0/+10
2020-06-02nptl: Change type of __default_pthread_attrFlorian Weimer1-3/+3
2020-05-20nptl: Use __pthread_attr_copy in pthread_setattr_default_npFlorian Weimer1-38/+15
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-11-07nptl: Change tst-typesizes to _Static_assertAdhemerval Zanella1-2/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-11-24Remove CPU set size checking from affinity functions [BZ #19143]Florian Weimer1-5/+0
2015-01-08NPTL: Refactor cpu_set_t validation to be sysdeps-controlledRoland McGrath1-0/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-22Include <string.h> in nptl/pthread_setattr_default_np.c.Joseph Myers1-0/+1
2013-06-15New API to set default thread attributesSiddhesh Poyarekar1-0/+110