summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_setschedparam.c
Commit message (Collapse)AuthorAgeFilesLines
* o Catch up with the mutex priority protocol fixes.mtm2004-02-181-62/+65
| | | | | o Move pthread_getschedparam() into the same file with it's pthread_set* counterpart. Copyright on both files is identical.
* Comment out most of pthread_setschedparam. Pthread priorities didn'tmtm2003-12-151-1/+4
| | | | | | work before anyways, and I didn't want to fix broken code I had no way of testing. It was necessary however, in order to get rid of GIANT_LOCK. Pthread priorities will have to wait a little longer to get fixed.
* Make WARNS2 clean. The fixes mostly included:mtm2003-05-231-1/+4
| | | | | | | | o removed unused variables o explicit inclusion of header files o prototypes for externally defined functions Approved by: re/blanket libthr
* - Define curthread as _get_curthread() and remove all direct calls tojeff2003-04-021-2/+0
| | | | | | | _get_curthread(). This is similar to the kernel's curthread. Doing this saves stack overhead and is more convenient to the programmer. - Pass the pointer to the newly created thread to _thread_init(). - Remove _get_curthread_slow().
* - Reenable setschedparam and the prioceiling code now that the mutex codejeff2003-04-011-8/+8
| | | | has been restored.
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-011-0/+115
adaptation of libc_r for the thr system call interface. This is beta quality code.
OpenPOWER on IntegriCloud