index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libthr
/
thread
/
thr_getschedparam.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID() for .c files from lib/libthr/thread.
kib
2016-04-08
1
-2
/
+3
*
Don't forget to initialize return value.
davidxu
2012-07-20
1
-1
/
+1
*
Eliminate duplicated code.
davidxu
2012-07-20
1
-19
/
+10
*
use rtprio_thread system call to get or set thread priority.
davidxu
2006-09-21
1
-0
/
+2
*
Caching scheduling policy and priority in userland, a critical but baddly
davidxu
2006-07-13
1
-8
/
+5
*
Use thr_setscheduler, thr_getscheduler and thr_setschedparam to implement
davidxu
2006-07-13
1
-20
/
+6
*
Use kernel facilities to support real-time scheduling.
davidxu
2006-07-12
1
-14
/
+29
*
- Use same priority range returned by kernel's sched_get_priority_min()
davidxu
2006-04-27
1
-4
/
+2
*
WARNS level 4 cleanup.
davidxu
2006-04-04
1
-0
/
+2
*
Import my recent 1:1 threading working. some features improved includes:
davidxu
2005-04-02
1
-0
/
+77
*
o Catch up with the mutex priority protocol fixes.
mtm
2004-02-18
1
-59
/
+0
*
- Add libthr but don't hook it up to the regular build yet. This is an
jeff
2003-04-01
1
-0
/
+59