summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/pthreadgetattrnp.c (follow)
AgeCommit message (Expand)Author
2020-05-12posix: Get real priority in pthread_getattr_np()Sebastian Huber
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber
2020-04-16Canonicalize config.h includeSebastian Huber
2019-11-19Move feature macro before "config.h" includeSebastian Huber
2017-11-21posix: _POSIX_Threads_Get_sched_param_sporadic()Sebastian Huber
2017-11-09posix: Change created_with_explicit_schedulerSebastian Huber
2017-11-09posix: Remove POSIX_API_Control::schedpolicySebastian Huber
2017-10-17posix: Remove POSIX_API_Control::schedparamSebastian Huber
2017-10-09posix: Simplify POSIX_API_ControlSebastian Huber
2016-05-20Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber
2016-05-20posix: Rework pthread_join()Sebastian Huber
2016-05-12posix: Avoid Giant lock for some pthread functionsSebastian Huber
2014-03-07posix: Add pthread_getattr_np().Jennifer Averett