summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadgetattrnp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: _POSIX_Threads_Get_sched_param_sporadic()Sebastian Huber2017-11-211-4/+0
* posix: Change created_with_explicit_schedulerSebastian Huber2017-11-091-3/+3
* posix: Remove POSIX_API_Control::schedpolicySebastian Huber2017-11-091-10/+15
* posix: Remove POSIX_API_Control::schedparamSebastian Huber2017-10-171-5/+19
* posix: Simplify POSIX_API_ControlSebastian Huber2017-10-091-2/+29
* Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber2016-05-201-1/+1
* posix: Rework pthread_join()Sebastian Huber2016-05-201-0/+6
* posix: Avoid Giant lock for some pthread functionsSebastian Huber2016-05-121-19/+16
* posix: Add pthread_getattr_np().Jennifer Averett2014-03-071-0/+57