Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | |
2013-06-22 | Include <string.h> in nptl/pthread_setattr_default_np.c. | Joseph Myers | |
2013-06-15 | New API to set default thread attributes | Siddhesh 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. |