aboutsummaryrefslogtreecommitdiff
path: root/nptl/tst-default-attr.c
AgeCommit message (Collapse)Author
2013-06-15New API to set default thread attributesSiddhesh Poyarekar
This patch introduces two new convenience functions to set the default thread attributes used for creating threads. This allows a programmer to set the default thread attributes just once in a process and then run pthread_create without additional attributes.