summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadattrcompare.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* posix: Remove rtems_pthread_attribute_compare()Sebastian Huber2017-10-091-93/+0
| | | | | Update #2514. Close #3174.
* posix: Simplify POSIX_API_ControlSebastian Huber2017-10-091-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.
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-111-16/+14
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-071-7/+7
|
* posix: Add support method to compare two pthread attribute structures.Jennifer Averett2014-03-071-0/+92