summaryrefslogtreecommitdiffstats
path: root/sys/sys/sched.h
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2010-12-29 09:26:46 +0000
committerdavidxu <davidxu@FreeBSD.org>2010-12-29 09:26:46 +0000
commit3daac37e3cc9ba1161d9a56fb17bf021fe99aa16 (patch)
tree9d0be0ab5ff441a5fb794fbe642d219564ec4a4e /sys/sys/sched.h
parent83176a34645a1df8d5383963324f71a7b7c3a195 (diff)
downloadFreeBSD-src-3daac37e3cc9ba1161d9a56fb17bf021fe99aa16.zip
FreeBSD-src-3daac37e3cc9ba1161d9a56fb17bf021fe99aa16.tar.gz
- Follow r216313, the sched_unlend_user_prio is no longer needed, always
use sched_lend_user_prio to set lent priority. - Improve pthread priority-inherit mutex, when a contender's priority is lowered, repropagete priorities, this may cause mutex owner's priority to be lowerd, in old code, mutex owner's priority is rise-only.
Diffstat (limited to 'sys/sys/sched.h')
-rw-r--r--sys/sys/sched.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/sched.h b/sys/sys/sched.h
index f9c88c5..4380f78 100644
--- a/sys/sys/sched.h
+++ b/sys/sys/sched.h
@@ -99,7 +99,6 @@ void sched_sleep(struct thread *td, int prio);
void sched_switch(struct thread *td, struct thread *newtd, int flags);
void sched_throw(struct thread *td);
void sched_unlend_prio(struct thread *td, u_char prio);
-void sched_unlend_user_prio(struct thread *td, u_char pri);
void sched_user_prio(struct thread *td, u_char prio);
void sched_userret(struct thread *td);
void sched_wakeup(struct thread *td);
OpenPOWER on IntegriCloud