summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxgetattrnp01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* posix: Simplify POSIX_API_ControlSebastian Huber2017-10-092-2/+40
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* tests/psxtests: Use <rtems/test.h>Sebastian Huber2014-03-251-4/+6
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-212-2/+2
|
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-072-10/+10
|
* psxtests: Added test for pthread_getattr_np().Jennifer Averett2014-03-074-0/+259