RES: Thread Scheduler Priority
Fred Pedrisa
fredhps10 at hotmail.com
Sat May 31 00:44:58 UTC 2014
Any clue on this ? :(
-----Mensagem original-----
De: owner-freebsd-current at freebsd.org
[mailto:owner-freebsd-current at freebsd.org] Em nome de Fred Pedrisa
Enviada em: quinta-feira, 29 de maio de 2014 02:19
Para: 'Adrian Chadd'
Cc: 'freebsd-current'
Assunto: RES: Thread Scheduler Priority
Hello,
Yes.
-----Mensagem original-----
De: owner-freebsd-current at freebsd.org
[mailto:owner-freebsd-current at freebsd.org] Em nome de Adrian Chadd Enviada
em: quinta-feira, 29 de maio de 2014 02:18
Para: Fred Pedrisa
Cc: freebsd-current
Assunto: Re: Thread Scheduler Priority
are you doing this all as root?
-a
On 28 May 2014 22:12, Fred Pedrisa <fredhps10 at hotmail.com> wrote:
> Hi, Guys.
>
>
>
> How can I adjust a certain thread to have the maximum system priority
> in the scheduler ?
>
>
>
> I've tried doing it this way :
>
>
>
> /* Set thread priority.
> */
>
> if
> (pthread_getschedparam(ts[gnThreadID], &police, ¶m[gnThreadID]) !=
> 0)
>
> {
>
> error
> ("Unable to get priority");
>
> return
> 1;
>
> }
>
>
> param[gnThreadID].sched_priority = 99;
>
> if
> (pthread_setschedparam(ts[gnThreadID], police, ¶m[gnThreadID]) !=
> 0)
>
> {
>
> error("Unable to set priority");
>
> return 1;
>
> }
>
>
>
> However, in 'top', I don't see the process threads switching to -92
> priority, like other threads in the system, is something I did wrong
> or maybe I might be missing something ?
>
> _______________________________________________
> freebsd-current at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
_______________________________________________
freebsd-current at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
_______________________________________________
freebsd-current at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
More information about the freebsd-current
mailing list