summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_setschedparam.c
AgeCommit message (Expand)Author
2024-03-06libthr: remove explicit sys/cdefs.h includesKonstantin Belousov
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2016-04-08Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov
2012-07-20Don't assign same value.David Xu
2012-07-20Eliminate duplicated code.David Xu
2012-07-20Don't forget to release a thread reference count,David Xu
2006-09-21use rtprio_thread system call to get or set thread priority.David Xu
2006-09-05Pass correct parameter size.David Xu
2006-07-13Caching scheduling policy and priority in userland, a critical but baddlyDavid Xu
2006-07-13Use thr_setscheduler, thr_getscheduler and thr_setschedparam to implementDavid Xu
2006-07-12Use kernel facilities to support real-time scheduling.David Xu
2006-04-27- Use same priority range returned by kernel's sched_get_priority_min()David Xu
2006-04-04WARNS level 4 cleanup.David Xu
2006-03-27Remove priority mutex code because it does not work correctly,David Xu
2005-04-02Import my recent 1:1 threading working. some features improved includes:David Xu
2004-07-30o Assertions to catch that stuff that shouldn't happen is not happening.Mike Makonnen
2004-05-20Make libthr async-signal-safe without costly signal masking. The guidlines IMike Makonnen
2004-02-18o Catch up with the mutex priority protocol fixes.Mike Makonnen
2003-12-15Comment out most of pthread_setschedparam. Pthread priorities didn'tMike Makonnen
2003-05-23Make WARNS2 clean. The fixes mostly included:Mike Makonnen
2003-04-02 - Define curthread as _get_curthread() and remove all direct calls toJeff Roberson
2003-04-01 - Reenable setschedparam and the prioceiling code now that the mutex codeJeff Roberson
2003-04-01 - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson