imp
|
9109b1ceb8
|
Remove 3rd clause, renumber, ok per email
|
2007-01-12 07:26:21 +00:00 |
|
davidxu
|
d2c57b7fad
|
use rtprio_thread system call to get or set thread priority.
|
2006-09-21 04:21:30 +00:00 |
|
davidxu
|
567ba06917
|
Same as pthread_setschedparam, use sizeof(struct sched_param) instead.
|
2006-09-05 14:39:06 +00:00 |
|
davidxu
|
2b1dbc0acb
|
Caching scheduling policy and priority in userland, a critical but baddly
written application is frequently changing thread priority for SCHED_OTHER
policy.
|
2006-07-13 22:45:19 +00:00 |
|
davidxu
|
19b8418903
|
Use thr_setscheduler, thr_getscheduler and thr_setschedparam to implement
pthread functions.
|
2006-07-13 06:35:43 +00:00 |
|
davidxu
|
ecacf536b0
|
Use kernel facilities to support real-time scheduling.
|
2006-07-12 06:13:18 +00:00 |
|
davidxu
|
31f2b819c6
|
WARNS level 4 cleanup.
|
2006-04-04 02:57:49 +00:00 |
|
jeff
|
08f648d4cd
|
- 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.
|
2003-04-01 03:46:29 +00:00 |
|