Search Results

Search found 1 results on 1 pages for 'sukanto'.

Page 1/1 | 1 

  • Do the changes to cpumask using sched_setaffinity() take place immediately

    - by Sukanto
    I am writing a linux kernel module that needs to pin two threads on two different cpus. I am planning to use sched_setaffinity() after exporting it in the kernel. Is there any other exported function for the same ? Also, if I set only 1 CPU in the cpumask, will the thread be moved to that cpu with immediate effect ? If not, how do I enforce the same ? Will it help to call schedule() just after sched_setaffinity() ?

    Read the article

1