History log of /freebsd-10-stable/lib/libthr/thread/thr_setprio.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 238642 20-Jul-2012 davidxu

Don't assign same value.


# 238641 20-Jul-2012 davidxu

Eliminate duplicated code.


# 165967 12-Jan-2007 imp

Remove 3rd clause, renumber, ok per email


# 162499 21-Sep-2006 davidxu

use rtprio_thread system call to get or set thread priority.


# 162037 05-Sep-2006 davidxu

Same as pthread_setschedparam, use sizeof(struct sched_param) instead.


# 160331 13-Jul-2006 davidxu

Caching scheduling policy and priority in userland, a critical but baddly
written application is frequently changing thread priority for SCHED_OTHER
policy.


# 160321 13-Jul-2006 davidxu

Use thr_setscheduler, thr_getscheduler and thr_setschedparam to implement
pthread functions.


# 160287 12-Jul-2006 davidxu

Use kernel facilities to support real-time scheduling.


# 157457 04-Apr-2006 davidxu

WARNS level 4 cleanup.


# 112918 01-Apr-2003 jeff

- Add libthr but don't hook it up to the regular build yet. This is an
adaptation of libc_r for the thr system call interface. This is beta
quality code.