aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_setprio.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov2016-04-081-2/+3
* Don't assign same value.David Xu2012-07-201-3/+2
* Eliminate duplicated code.David Xu2012-07-201-29/+14
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
* use rtprio_thread system call to get or set thread priority.David Xu2006-09-211-4/+4
* Same as pthread_setschedparam, use sizeof(struct sched_param) instead.David Xu2006-09-051-2/+2
* Caching scheduling policy and priority in userland, a critical but baddlyDavid Xu2006-07-131-8/+22
* Use thr_setscheduler, thr_getscheduler and thr_setschedparam to implementDavid Xu2006-07-131-2/+2
* Use kernel facilities to support real-time scheduling.David Xu2006-07-121-7/+22
* WARNS level 4 cleanup.David Xu2006-04-041-2/+6
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+52