aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_getschedparam.c
Commit message (Expand)AuthorAgeFilesLines
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov2016-04-081-2/+3
* Don't forget to initialize return value.David Xu2012-07-201-1/+1
* Eliminate duplicated code.David Xu2012-07-201-19/+10
* use rtprio_thread system call to get or set thread priority.David Xu2006-09-211-0/+2
* Caching scheduling policy and priority in userland, a critical but baddlyDavid Xu2006-07-131-8/+5
* Use thr_setscheduler, thr_getscheduler and thr_setschedparam to implementDavid Xu2006-07-131-20/+6
* Use kernel facilities to support real-time scheduling.David Xu2006-07-121-14/+29
* - Use same priority range returned by kernel's sched_get_priority_min()David Xu2006-04-271-4/+2
* WARNS level 4 cleanup.David Xu2006-04-041-0/+2
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-0/+77
* o Catch up with the mutex priority protocol fixes.Mike Makonnen2004-02-181-59/+0
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+59