How to bind a thread to a CPU?

Neel Natu neelnatu at gmail.com
Sat Jun 13 18:00:20 UTC 2015


Hi Stefan,

On Sat, Jun 13, 2015 at 3:33 AM, Stefan Andritoiu
<stefan.andritoiu at gmail.com> wrote:
> Hi,
>
> How can I pin a thread to run only on a specific CPU?
> Is it enough just to set the "struct cpuset *td_cpuset" of the thread?
>

sched_bind() is the proper way to do this.

best
Neel

> Thank you,
> Stefan
> _______________________________________________
> freebsd-virtualization at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe at freebsd.org"


More information about the freebsd-virtualization mailing list