summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_setschedparam.c
Commit message (Expand)AuthorAgeFilesLines
* 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