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_setprio.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Don't assign same value.
davidxu
2012-07-20
1
-3
/
+2
|
*
Eliminate duplicated code.
davidxu
2012-07-20
1
-29
/
+14
|
*
Remove 3rd clause, renumber, ok per email
imp
2007-01-12
1
-4
/
+1
|
*
use rtprio_thread system call to get or set thread priority.
davidxu
2006-09-21
1
-4
/
+4
|
*
Same as pthread_setschedparam, use sizeof(struct sched_param) instead.
davidxu
2006-09-05
1
-2
/
+2
|
*
Caching scheduling policy and priority in userland, a critical but baddly
davidxu
2006-07-13
1
-8
/
+22
|
|
|
|
|
written application is frequently changing thread priority for SCHED_OTHER policy.
*
Use thr_setscheduler, thr_getscheduler and thr_setschedparam to implement
davidxu
2006-07-13
1
-2
/
+2
|
|
|
|
pthread functions.
*
Use kernel facilities to support real-time scheduling.
davidxu
2006-07-12
1
-7
/
+22
|
*
WARNS level 4 cleanup.
davidxu
2006-04-04
1
-2
/
+6
|
*
- Add libthr but don't hook it up to the regular build yet. This is an
jeff
2003-04-01
1
-0
/
+52
adaptation of libc_r for the thr system call interface. This is beta quality code.