summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_setprio.c
Commit message (Collapse)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326025
* Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov2016-04-081-2/+3
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=297706
* Don't assign same value.David Xu2012-07-201-3/+2
| | | | Notes: svn path=/head/; revision=238642
* Eliminate duplicated code.David Xu2012-07-201-29/+14
| | | | Notes: svn path=/head/; revision=238641
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
| | | | Notes: svn path=/head/; revision=165967
* use rtprio_thread system call to get or set thread priority.David Xu2006-09-211-4/+4
| | | | Notes: svn path=/head/; revision=162499
* Same as pthread_setschedparam, use sizeof(struct sched_param) instead.David Xu2006-09-051-2/+2
| | | | Notes: svn path=/head/; revision=162037
* Caching scheduling policy and priority in userland, a critical but baddlyDavid Xu2006-07-131-8/+22
| | | | | | | | written application is frequently changing thread priority for SCHED_OTHER policy. Notes: svn path=/head/; revision=160331
* Use thr_setscheduler, thr_getscheduler and thr_setschedparam to implementDavid Xu2006-07-131-2/+2
| | | | | | | pthread functions. Notes: svn path=/head/; revision=160321
* Use kernel facilities to support real-time scheduling.David Xu2006-07-121-7/+22
| | | | Notes: svn path=/head/; revision=160287
* WARNS level 4 cleanup.David Xu2006-04-041-2/+6
| | | | Notes: svn path=/head/; revision=157457
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+52
adaptation of libc_r for the thr system call interface. This is beta quality code. Notes: svn path=/head/; revision=112918