summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_setprio.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* use rtprio_thread system call to get or set thread priority.davidxu2006-09-211-4/+4
* Same as pthread_setschedparam, use sizeof(struct sched_param) instead.davidxu2006-09-051-2/+2
* Caching scheduling policy and priority in userland, a critical but baddlydavidxu2006-07-131-8/+22
* Use thr_setscheduler, thr_getscheduler and thr_setschedparam to implementdavidxu2006-07-131-2/+2
* Use kernel facilities to support real-time scheduling.davidxu2006-07-121-7/+22
* WARNS level 4 cleanup.davidxu2006-04-041-2/+6
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-011-0/+52
OpenPOWER on IntegriCloud