summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadsetschedprio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Add _Thread_queue_Dispatch_disable()Sebastian Huber2017-10-101-3/+1
* score: Initialize thread queue context earlySebastian Huber2016-12-021-1/+2
* score: Introduce Thread_Scheduler_control::homeSebastian Huber2016-11-021-1/+1
* score: Rework thread priority managementSebastian Huber2016-09-211-62/+30
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-081-1/+1
* posix: Generalize _POSIX_Priority_To_core()Sebastian Huber2016-06-221-2/+3
* posix: Make POSIX API aware of scheduler instancesSebastian Huber2016-06-221-2/+5
* posix: Rework sporadic server scheduling policySebastian Huber2016-06-221-16/+55
* posix: Delete POSIX_API_Control::schedparamSebastian Huber2016-06-221-1/+0
* posix: Add pthread_setschedprio()Sebastian Huber2016-06-131-0/+54