summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadattrcompare.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-09posix: Remove rtems_pthread_attribute_compare()Sebastian Huber1-93/+0
Update #2514. Close #3174.
2017-10-09posix: Simplify POSIX_API_ControlSebastian Huber1-1/+4
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.
2017-01-11Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill1-16/+14
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-07Remove trailing whitespace in previous patchesJennifer Averett1-7/+7
2014-03-07posix: Add support method to compare two pthread attribute structures.Jennifer Averett1-0/+92