summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_getschedparam.c
AgeCommit message (Expand)Author
2024-03-06libthr: remove explicit sys/cdefs.h includesKonstantin Belousov
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2018-08-18POSIX compliance improvements in the pthread(3) functions.Pedro F. Giffuni
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 forget to initialize return value.David Xu
2012-07-20Eliminate duplicated code.David Xu
2006-09-21use rtprio_thread system call to get or set thread priority.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
2005-04-02Import my recent 1:1 threading working. some features improved includes:David Xu
2004-02-18o Catch up with the mutex priority protocol fixes.Mike Makonnen
2003-04-01 - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson