Run a thread on a new core?

Viewed 42

Is there a way to tell the OS to run a process/thread on a separate core? To keep that process isolated?

Like using pthreads or fork() in C?

Is there a different way to do it in Linux vs Windows?

0 Answers
Related