summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_setschedparam.c
Commit message (Expand)AuthorAgeFilesLines
* use rtprio_thread system call to get or set thread priority.davidxu2006-09-211-4/+2
* Pass correct parameter size.davidxu2006-09-051-2/+2
* Caching scheduling policy and priority in userland, a critical but baddlydavidxu2006-07-131-0/+14
* Use thr_setscheduler, thr_getscheduler and thr_setschedparam to implementdavidxu2006-07-131-2/+4
* Use kernel facilities to support real-time scheduling.davidxu2006-07-121-34/+19
* - Use same priority range returned by kernel's sched_get_priority_min()davidxu2006-04-271-4/+3
* WARNS level 4 cleanup.davidxu2006-04-041-1/+3
* Remove priority mutex code because it does not work correctly,davidxu2006-03-271-46/+4
* Import my recent 1:1 threading working. some features improved includes:davidxu2005-04-021-70/+83
* o Assertions to catch that stuff that shouldn't happen is not happening.mtm2004-07-301-0/+1
* Make libthr async-signal-safe without costly signal masking. The guidlines Imtm2004-05-201-4/+4
* o Catch up with the mutex priority protocol fixes.mtm2004-02-181-62/+65
* Comment out most of pthread_setschedparam. Pthread priorities didn'tmtm2003-12-151-1/+4
* Make WARNS2 clean. The fixes mostly included:mtm2003-05-231-1/+4
* - Define curthread as _get_curthread() and remove all direct calls tojeff2003-04-021-2/+0
* - Reenable setschedparam and the prioceiling code now that the mutex codejeff2003-04-011-8/+8
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-011-0/+115
OpenPOWER on IntegriCloud