Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NPTL: Refactor cpu_set_t validation to be sysdeps-controlled | Roland McGrath | 2015-01-08 | 1 | -0/+2 |
| | | | | | This removes Linuxisms related to cpu_set_t validation from the generic NPTL code and puts them into a new sysdeps header file. | ||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Include <string.h> in nptl/pthread_setattr_default_np.c. | Joseph Myers | 2013-06-22 | 1 | -0/+1 |
| | |||||
* | New API to set default thread attributes | Siddhesh Poyarekar | 2013-06-15 | 1 | -0/+110 |
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. |