summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadgetattrnp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Introduce CPU budget operationsSebastian Huber2021-11-151-8/+8
* Return status code for _Scheduler_Get_affinity()Sebastian Huber2021-04-271-3/+4
* posix: Get real priority in pthread_getattr_np()Sebastian Huber2020-05-121-4/+6
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-281-1/+2
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* Move feature macro before "config.h" includeSebastian Huber2019-11-191-1/+2
* 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