If I do this : CreateThreads, setsched_affinity to CPU 0, then will all the threads also have affinity to CPU 0 If instead I reverse the sequence of action i.e. set_schedaffinity first and then create threads , will the threads have affinity
I am creating threads using pthreads library. Thanks for any answers