summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smppsxaffinity01/smppsxaffinity01.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* posix: Simplify POSIX_API_ControlSebastian Huber2017-10-091-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Return stack area via pthread_getattr_np(). Simplify * pthread_attr_setaffinity_np(), and * pthread_attr_getaffinity_np() and let the scheduler do the more sophisticated error checks. Make * pthread_setaffinity_np(), * pthread_getaffinity_np(), * pthread_attr_setaffinity_np(), and * pthread_attr_getaffinity_np() available in all configurations. Update #2514. Close #3145. Close #3168.
* smptests: Add smppsxaffinity01.Jennifer Averett2014-03-071-0/+11
This test exercises the ability to obtain and modify the affinity field of the POSIX thread attributes.