aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_setschedparam.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r330897:Eitan Adler2018-03-291-3/+1
* Partial merge of the SPDX changesEitan Adler2018-03-141-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-30/+16
* Don't forget to release a thread reference count,David Xu2012-07-201-4/+2
* use rtprio_thread system call to get or set thread priority.David Xu2006-09-211-4/+2
* Pass correct parameter size.David Xu2006-09-051-2/+2
* Caching scheduling policy and priority in userland, a critical but baddlyDavid Xu2006-07-131-0/+14
* Use thr_setscheduler, thr_getscheduler and thr_setschedparam to implementDavid Xu2006-07-131-2/+4
* Use kernel facilities to support real-time scheduling.David Xu2006-07-121-34/+19
* - Use same priority range returned by kernel's sched_get_priority_min()David Xu2006-04-271-4/+3
* WARNS level 4 cleanup.David Xu2006-04-041-1/+3
* Remove priority mutex code because it does not work correctly,David Xu2006-03-271-46/+4
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-70/+83
* o Assertions to catch that stuff that shouldn't happen is not happening.Mike Makonnen2004-07-301-0/+1
* Make libthr async-signal-safe without costly signal masking. The guidlines IMike Makonnen2004-05-201-4/+4
* o Catch up with the mutex priority protocol fixes.Mike Makonnen2004-02-181-62/+65
* Comment out most of pthread_setschedparam. Pthread priorities didn'tMike Makonnen2003-12-151-1/+4
* Make WARNS2 clean. The fixes mostly included:Mike Makonnen2003-05-231-1/+4
* - Define curthread as _get_curthread() and remove all direct calls toJeff Roberson2003-04-021-2/+0
* - Reenable setschedparam and the prioceiling code now that the mutex codeJeff Roberson2003-04-011-8/+8
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+115